Xilinx / RecoNIC

RecoNIC is a software/hardware shell used to enable network-attached processing within an RDMA-featured SmartNIC for scale-out computing.
MIT License
105 stars 27 forks source link

can i remove packet_parser.p4 when i run rdma test? #31

Closed qgzln closed 3 weeks ago

qgzln commented 3 weeks ago

In the pacekt_filter.v, I add logic that distinguishes between RDAM and non-RDMA network packets。 so can i run rdma test?

zhguanw-amd commented 3 weeks ago

@qgzln Yes, it will work. You can use the same simulation in RecoNIC to test your code first before doing on-board testing.

qgzln commented 3 weeks ago

@qgzln Yes, it will work. You can use the same simulation in RecoNIC to test your code first before doing on-board testing.

@zhguanw-amd Thanks, do I still need to modify the software part of Reconic? If so, could you tell me which software needs to be modified?

zhguanw-amd commented 3 weeks ago

@qgzln no need to modify any software code.