Skip to content

Commit

Permalink
fix:update fpga dfl ioctl changes and bug fixes (#3021)
Browse files Browse the repository at this point in the history
* fix:update fpga dfl ioctl changes and bug fixes

 -Remove numa node from dfl ioctl
 - Fix bugs
 -Add HE-CACHE csr function to print csr.


Signed-off-by: anandaravuri <[email protected]>
  • Loading branch information
anandaravuri authored Oct 12, 2023
1 parent 0ea043b commit b8090bf
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 138 deletions.
2 changes: 0 additions & 2 deletions libraries/plugins/xfpga/fpga-dfl.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ struct dfl_cxl_cache_region_info {
* @flags: flags
* @user_addr: user mmap virtual address
* @length: length of mapping (bytes)
* @numa_node: Numa node number
* @csr_array: array of region address offset
*
* maps user allocated virtual address to physical address.
Expand All @@ -381,7 +380,6 @@ struct dfl_cxl_cache_buffer_map {
__u32 flags;
__u64 user_addr;
__u64 length;
__u32 numa_node;
__u64 csr_array[DFL_ARRAY_MAX_SIZE];
};

Expand Down
Loading

0 comments on commit b8090bf

Please sign in to comment.