Re: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id

2020-09-02 Thread Xiao, QimaiX
> venkatkumar.duvv...@broadcom.com; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id > > Currenly the variable size of ethdev port id is 8 bits. This patch > standarizes it > to 16 bits. > > Fixes: 769de16872ab ("net/bnxt: fix port defa

Re: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id

2020-08-06 Thread Thomas Monjalon
06/08/2020 04:03, Xia, Chenbo: > Hi Thomas, > > From: Thomas Monjalon > > 04/08/2020 19:41, Chenbo Xia: > > > Currenly the variable size of ethdev port id is 8 bits. This > > > patch standarizes it to 16 bits. > > > > > > Fixes: 769de16872ab ("net/bnxt: fix port default rule create/destroy") > >

Re: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id

2020-08-05 Thread Xia, Chenbo
roadcom.com; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id > > 04/08/2020 19:41, Chenbo Xia: > > Currenly the variable size of ethdev port id is 8 bits. This > > patch standarizes it to 16 bits. > > > > Fixes: 769de16872ab (&q

Re: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id

2020-08-05 Thread Thomas Monjalon
04/08/2020 19:41, Chenbo Xia: > Currenly the variable size of ethdev port id is 8 bits. This > patch standarizes it to 16 bits. > > Fixes: 769de16872ab ("net/bnxt: fix port default rule create/destroy") > Cc: sta...@dpdk.org > > Reported-by: Yinan Wang > Signed-off-by: Chenbo Xia > --- > drive

Re: [dpdk-dev] [PATCH] net/bnxt: fix variable size of port id

2020-08-04 Thread Stephen Hemminger
On Tue, 4 Aug 2020 17:41:47 + Chenbo Xia wrote: > Currenly the variable size of ethdev port id is 8 bits. This > patch standarizes it to 16 bits. > > Fixes: 769de16872ab ("net/bnxt: fix port default rule create/destroy") > Cc: sta...@dpdk.org > > Reported-by: Yinan Wang > Signed-off-by: C

[dpdk-dev] [PATCH] net/bnxt: fix variable size of port id

2020-08-04 Thread Chenbo Xia
Currenly the variable size of ethdev port id is 8 bits. This patch standarizes it to 16 bits. Fixes: 769de16872ab ("net/bnxt: fix port default rule create/destroy") Cc: sta...@dpdk.org Reported-by: Yinan Wang Signed-off-by: Chenbo Xia --- drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 2 +- 1 file