Re: [dpdk-dev] [PATCH] app/testpmd: support QinQ offload in VLAN set command

2019-10-10 Thread Vivek Sharma
On Thu, Oct 10, 2019 at 3:54 PM Ferruh Yigit wrote: > On 10/10/2019 8:20 AM, Vivek Sharma wrote: > > On Wed, Oct 9, 2019 at 6:26 PM Ferruh Yigit > <mailto:ferruh.yi...@intel.com>> wrote: > > > > On 9/13/2019 1:15 PM, viveksha...@marvell.com > >

Re: [dpdk-dev] [PATCH] app/testpmd: support QinQ offload in VLAN set command

2019-10-10 Thread Vivek Sharma
On Wed, Oct 9, 2019 at 6:26 PM Ferruh Yigit wrote: > On 9/13/2019 1:15 PM, viveksha...@marvell.com wrote: > > From: Vivek Sharma > > > > Segregate QinQ from Extend Offload and support QinQ offload > > in vlan set command. Merge all port wise rx vlan offloads i

[dpdk-dev] [PATCH 1/2] eal/bitmap: support bitmap reverse scanning

2018-10-09 Thread Vivek Sharma
Currently bitmap supports only forward scanning starting from zero bit position. This patch implements reverse scanning starting from highest bit position towards zero bit position. Signed-off-by: Vivek Sharma --- Prerequisite: * Note that this patchset is dependent on patch: '

[dpdk-dev] [PATCH 0/2] eal/bitmap: support reverse bitmap scan

2018-10-09 Thread Vivek Sharma
;http://patches.dpdk.org/patch/45307/' Vivek Sharma (2): eal/bitmap: support bitmap reverse scanning test/bitmap: implement reverse bitmap scan test lib/librte_eal/common/include/rte_bitmap.h | 164 + test/test/test_bitmap.c| 71

[dpdk-dev] [PATCH 2/2] test/bitmap: implement reverse bitmap scan test

2018-10-09 Thread Vivek Sharma
This patch implements support for testing bitmap reverse scan. Bits in bitmap are changed to be an exact multiple of slab size. Signed-off-by: Vivek Sharma --- Prerequisite: * Note that this patchset is dependent on patch: 'http://patches.dpdk.org/patch/45307/' test/test/test_bit

[dpdk-dev] [PATCH v2] eal: use correct data type for bitmap slab operations

2018-09-25 Thread Vivek Sharma
ll targets. Fixes: de3cfa2c9823 ("sched: initial import") Fixes: 693f715da45c ("remove extra parentheses in return statement") CC: sta...@dpdk.org Signed-off-by: Vivek Sharma Acked-by: Cristian Dumitrescu --- v1-->v2: * Added Acked-by: * check-git-log.sh fixes. lib/librte_eal

Re: [dpdk-dev] [PATCH v1] eal: use correct data type for slab operations

2018-09-24 Thread Vivek Sharma
+ dev. +cristian(Bitmap maintainer) Please review. Thanks! On Monday 24 September 2018 09:08 PM, Vivek Sharma wrote: > Currently, slab operations use unsigned long data type for 64-bit slab > related operations. On target 'i686-native-linuxapp-gcc', unsigned long > is 32

Re: [dpdk-dev] RTE-FLOW: PF vs PHY_PORT

2018-08-27 Thread Vivek Sharma
Ping. On Wednesday 22 August 2018 05:16 PM, Vivek Sharma wrote: > External Email > > Hi Devs, > > I am trying to enable RTE-FLOW support on one of our platforms & having hard > time in figuring out PF vs PHY_PORT differences and DPDK rationale for > introducing thes

[dpdk-dev] RTE-FLOW: PF vs PHY_PORT

2018-08-22 Thread Vivek Sharma
d illustrate the differences between above item & action types by taking some hardware/platform as reference. Thanks in advance, Vivek Sharma