Re: [dpdk-dev] [PATCH v8 1/8] bbdev: add big endian processing data processing info

2021-10-06 Thread Chautru, Nicolas
Hi Nipin, As mentioned earlier the bbdev api change related to endianness would be more explicit as an enum. I have put the change here as an adjusted proposal : https://patches.dpdk.org/project/dpdk/patch/1633553929-58670-2-git-send-email-nicolas.chau...@intel.com/ I have also set default valu

[dpdk-dev] [PATCH v8 1/8] bbdev: add big endian processing data processing info

2021-10-06 Thread nipun . gupta
From: Nipun Gupta This patch introduces a new info pertaining to bbdev device to process the data in big endian order. Signed-off-by: Nipun Gupta --- lib/bbdev/rte_bbdev.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bbdev/rte_bbdev.h b/lib/bbdev/rte_bbdev.h index 3ebf62e697..9b9f