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

2021-04-14 Thread Nipun Gupta
> -Original Message- > From: Chautru, Nicolas > Sent: Wednesday, April 14, 2021 6:30 AM > To: Hemant Agrawal ; dev@dpdk.org; > gak...@marvell.com > Cc: david.march...@redhat.com; Nipun Gupta > Subject: RE: [PATCH v3 7/8] app/bbdev: add parameter to take input in network > order > > If

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

2021-04-13 Thread Chautru, Nicolas
If you want this, should this be a new BBDEV capability option? If not how can you enforce compatibility if you just bypass this in the test vector parsing? > -Original Message- > From: Hemant Agrawal > Sent: Monday, April 12, 2021 10:17 PM > To: dev@dpdk.org; gak...@marvell.com; Chautru

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

2021-04-12 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