Re: [dpdk-dev] [PATCH v2 7/8] app/bbdev: add parameter to take input in network order

2021-04-12 Thread Hemant Agrawal
On 4/12/2021 12:52 PM, David Marchand wrote: On Sat, Apr 10, 2021 at 7:04 PM Hemant Agrawal wrote: From: Nipun Gupta Test bbdev application is reading the input and output from the test vector files in the same endianness which is of the system. This patch adds an option to provide data in

Re: [dpdk-dev] [PATCH v2 7/8] app/bbdev: add parameter to take input in network order

2021-04-12 Thread David Marchand
On Sat, Apr 10, 2021 at 7:04 PM Hemant Agrawal wrote: > > From: Nipun Gupta > > Test bbdev application is reading the input and output from the > test vector files in the same endianness which is of the system. > This patch adds an option to provide data in the network order > i.e. big endian for

[dpdk-dev] [PATCH v2 7/8] app/bbdev: add parameter to take input in network order

2021-04-10 Thread Hemant Agrawal
From: Nipun Gupta Test bbdev application is reading the input and output from the test vector files in the same endianness which is of the system. This patch adds an option to provide data in the network order i.e. big endian format Signed-off-by: Nipun Gupta --- app/test-bbdev/test_bbdev_vect