Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find out unsupported operations in ntrdma #92

Open
AndrewGavril opened this issue Oct 4, 2023 · 1 comment
Open

Find out unsupported operations in ntrdma #92

AndrewGavril opened this issue Oct 4, 2023 · 1 comment
Assignees
Labels
kernel Task related to kernel

Comments

@AndrewGavril
Copy link
Collaborator

No description provided.

@AndrewGavril AndrewGavril added the kernel Task related to kernel label Oct 4, 2023
@mirrin00
Copy link
Collaborator

mirrin00 commented Oct 5, 2023

NTRDMA use the following functions:

  • ntb_spad_is_unsafe
  • ntb_peer_db_set
  • ntb_peer_db_addr
  • ntb_db_clear_mask
  • ntb_db_read
  • ntb_db_vector_count
  • ntb_db_valid_mask
  • ntb_db_is_unsafe
  • ntb_peer_mw_get_addr
  • ntb_mw_clear_trans
  • ntb_mw_set_trans
  • ntb_mw_get_align
  • ntb_mw_count
  • ntb_link_disable
  • ntb_link_enable
  • ntb_link_is_up
  • ntb_peer_port_idx

The following registers are not implemented:

  • NTGSIGNAL
  • NTMTBLDATA
  • IDT_NT_NTINTMSK
  • IDT_SW_SEGSIGSTS
  • IDT_NT_REQIDCAP

IDT does not implement following functions:

  • ntb_spad_is_unsafe
  • ntb_peer_db_addr
  • ntb_db_vector_count
  • ntb_db_is_unsafe
  • ntb_mw_set_trans

Our idt-ntb-ivshmem does not implement the following critical functions:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Task related to kernel
Projects
None yet
Development

No branches or pull requests

2 participants