FDio / govpp

Go toolset for the VPP.
Apache License 2.0
192 stars 81 forks source link

gomemif: Packet sent on Tx queue is received back on Rx queue of send… #165

Closed nikhil-agarwal-git closed 8 months ago

nikhil-agarwal-git commented 10 months ago

gomemif: Packet sent on Tx queue is received back on Rx queue of sender #164

RCA: Rx desc buffer offset was incorrectly set to Tx desc buffer offsets.

Fix: Correctly set the Rx desc buffer offset to memory region after Tx desc buffers offsets

nikhil-agarwal-git commented 10 months ago

Hi @ondrej-fabry , I am not able to add reviewers to this review request. Not sure If I am missing any steps in raising the review request. Could you please review this one and/or add other required reviewers. Also please let me know if there is anything more required on my part before its merge to master.

nikhil-agarwal-git commented 9 months ago

@ondrej-fabry @sknat , Gentle reminder for the review request..

nikhil-agarwal-git commented 8 months ago

Thanks @ondrej-fabry for reviewing the changes. Could you also please merge this pull request since I dont have write access to the repo.

Thanks.