Re: [dpdk-dev] [PATCH] net/tap: update tap index to unsgined

2018-05-31 Thread Ferruh Yigit
On 5/15/2018 1:36 PM, Wiles, Keith wrote: > > >> On May 12, 2018, at 1:30 AM, Vipin Varghese wrote: >> >> Updating the logic to reflect unsigned integer as index for TAP PMD. >> >> Signed-off-by: Vipin Varghese <...> > Acked by Keith Wiles Repeating ack with "-" to help patchwork: Acked-by:

Re: [dpdk-dev] [PATCH] net/tap: update tap index to unsgined

2018-05-15 Thread Wiles, Keith
> On May 12, 2018, at 1:30 AM, Vipin Varghese wrote: > > Updating the logic to reflect unsigned integer as index for TAP PMD. > > Signed-off-by: Vipin Varghese > --- > drivers/net/tap/rte_eth_tap.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/tap/rt

[dpdk-dev] [PATCH] net/tap: update tap index to unsgined

2018-05-11 Thread Vipin Varghese
Updating the logic to reflect unsigned integer as index for TAP PMD. Signed-off-by: Vipin Varghese --- drivers/net/tap/rte_eth_tap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c index 48c61b3..db397d6 100644