RE: [PATCH v7 2/4] lib: fix comparison between devices

2025-04-30 Thread Shani Peretz
t; ; Xueming Li ; Nipun Gupta > ; Nikhil Agarwal ; Hemant > Agrawal ; Sachin Saxena > ; Rosen Xu ; Chenbo Xia > ; Tomasz Duszynski ; > Chengwen Feng ; NBU-Contact-longli > (EXTERNAL) ; Wei Hu ; Bruce > Richardson ; Kevin Laatz > ; Jan Blunck > Subject: Re: [PATCH v7 2/4]

Re: [PATCH v7 2/4] lib: fix comparison between devices

2025-04-30 Thread Stephen Hemminger
act-longli > > (EXTERNAL) ; Wei Hu ; Bruce > > Richardson ; Kevin Laatz > > ; Jan Blunck > > Subject: Re: [PATCH v7 2/4] lib: fix comparison between devices > > > > External email: Use caution opening links or attachments > > > > > > O

RE: [PATCH v7 2/4] lib: fix comparison between devices

2025-04-30 Thread Shani Peretz
al ; Hemant > Agrawal ; Sachin Saxena > ; Rosen Xu ; Chenbo Xia > ; Tomasz Duszynski ; > Chengwen Feng ; NBU-Contact-longli > (EXTERNAL) ; Wei Hu ; Bruce > Richardson ; Kevin Laatz > ; Jan Blunck > Subject: Re: [PATCH v7 2/4] lib: fix comparison between devices >

Re: [PATCH v7 2/4] lib: fix comparison between devices

2025-03-17 Thread Stephen Hemminger
Nipun Gupta > > ; Nikhil Agarwal ; Hemant > > Agrawal ; Sachin Saxena > > ; Rosen Xu ; Chenbo Xia > > ; Tomasz Duszynski ; > > Chengwen Feng ; NBU-Contact-longli > > (EXTERNAL) ; Wei Hu ; Bruce > > Richardson ; Kevin Laatz > > ; Jan Blunck > &

RE: [PATCH v7 2/4] lib: fix comparison between devices

2025-03-06 Thread Shani Peretz
bo Xia > ; Tomasz Duszynski ; > Chengwen Feng ; NBU-Contact-longli > (EXTERNAL) ; Wei Hu ; Bruce > Richardson ; Kevin Laatz > ; Jan Blunck > Subject: Re: [PATCH v7 2/4] lib: fix comparison between devices > > External email: Use caution opening links or attachments >

Re: [PATCH v7 2/4] lib: fix comparison between devices

2025-02-20 Thread Stephen Hemminger
On Wed, 12 Feb 2025 18:38:33 +0200 Shani Peretz wrote: > DPDK supports multiple formats for specifying buses, > (such as ":08:00.0" and "08:00.0" for PCI). > This flexibility can lead to inconsistencies when using one > format while running testpmd, then attempts to use the other > format in

[PATCH v7 2/4] lib: fix comparison between devices

2025-02-12 Thread Shani Peretz
DPDK supports multiple formats for specifying buses, (such as ":08:00.0" and "08:00.0" for PCI). This flexibility can lead to inconsistencies when using one format while running testpmd, then attempts to use the other format in a later command, resulting in a failure. The issue arises from the