RE: [EXT] [PATCH v6] app/dma-perf: introduce dma-perf application

2023-06-17 Thread Jiang, Cheng1
Hi Anoob, I've looked into the memory footprint issue, and I didn't find any. So could you please help to share the config file you are using? Maybe it can help me to accelerate the debug process. Thanks a lot, Cheng > -Original Message- > From: Jiang, Cheng1 > Sent: Friday, June 16, 20

Re: [PATCH] hash: add XOR32 hash function

2023-06-17 Thread Stephen Hemminger
Does it generate same hash as NIC than do it in HW? On Wed, Feb 15, 2023, 3:31 AM Bili Dong wrote: > An XOR32 hash is needed in the Software Switch (SWX) Pipeline for its > use case in P4. We implement it in this patch so it could be easily > registered in the pipeline later. > > Signed-off-by:

Re: [PATCH v6] hash: add XOR32 hash function

2023-06-17 Thread Mattias Rönnblom
On 2023-06-16 19:15, Bili Dong wrote: Thanks Vladimir for your suggestion! Indeed your version looks cleaner. I will make the changes (including the new test case you mentioned) and prepare a new version this weekend. Regards, Bili On Thu, Jun 15, 2023 at 10:15 AM Vladimir Medvedkin mailto: