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

2020-09-02 Thread Xiao, QimaiX
Tested-by: Xiao, Qimai Regards, Xiao Qimai > -Original Message- > From: dev On Behalf Of Chenbo Xia > Sent: Wednesday, August 5, 2020 1:42 AM > To: dev@dpdk.org > Cc: ajit.khapa...@broadcom.com; somnath.ko...@broadcom.com; > kishore.padmana...@broadcom.com; > venkatkumar.duvv...@broadco

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