RE: [PATCH v2] net/i40e: don't check link status on device start

2023-03-06 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Monday, March 6, 2023 2:54 PM > To: David Marchand ; dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Yuying ; Xing, Beilei > ; Zhang, Qi Z > Subject: RE: [PATCH v2] net/i40e: don't check link status on device start

RE: [PATCH v2] net/i40e: don't check link status on device start

2023-03-05 Thread Su, Simei
> -Original Message- > From: David Marchand > Sent: Tuesday, December 13, 2022 5:19 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Yuying ; Xing, Beilei > ; Zhang, Qi Z ; Dapeng Yu > ; Wenxuan Wu ; Wang, > Jie1X > Subject: [PATCH v2] net/i40e: don&#x

RE: [PATCH v2] net/i40e: don't check link status on device start

2023-02-07 Thread Su, Simei
Wenxuan Wu > > Subject: Re: [PATCH v2] net/i40e: don't check link status on device start > > 16/01/2023 12:02, Su, Simei: > > From: David Marchand > > > On Fri, Jan 13, 2023 at 2:51 PM Zhang, Helin > wrote: > > > > From: David Marchand > > &

Re: [PATCH v2] net/i40e: don't check link status on device start

2023-02-07 Thread Thomas Monjalon
16/01/2023 12:02, Su, Simei: > From: David Marchand > > On Fri, Jan 13, 2023 at 2:51 PM Zhang, Helin wrote: > > > From: David Marchand > > > > On Fri, Jan 13, 2023 at 2:39 PM Zhang, Helin > > > > > From: David Marchand > > > > > > Hello i40e maintainers, John, > > > > > > > > > > > > On Mon, J

RE: [PATCH v2] net/i40e: don't check link status on device start

2023-01-16 Thread Su, Simei
t; > > To: Zhang, Helin > > > Cc: Zhang, Yuying ; Xing, Beilei > > > ; Mcnamara, John ; > > > dev@dpdk.org; sta...@dpdk.org; Zhang, Qi Z ; > > > Dapeng Yu ; Wenxuan Wu > > > > Subject: Re: [PATCH v2] net/i40e: don't check link status

Re: [PATCH v2] net/i40e: don't check link status on device start

2023-01-13 Thread David Marchand
gt; > dev@dpdk.org; sta...@dpdk.org; Zhang, Qi Z ; > > Dapeng Yu ; Wenxuan Wu > > > > Subject: Re: [PATCH v2] net/i40e: don't check link status on device start > > > > On Fri, Jan 13, 2023 at 2:39 PM Zhang, Helin wrote: > > > > > > > > >

RE: [PATCH v2] net/i40e: don't check link status on device start

2023-01-13 Thread Zhang, Helin
> > To: Zhang, Yuying ; Xing, Beilei > > > ; Mcnamara, John > > > Cc: dev@dpdk.org; sta...@dpdk.org; Zhang, Qi Z > > > ; Dapeng Yu ; Wenxuan > Wu > > > > > > Subject: Re: [PATCH v2] net/i40e: don't check link status on device > > > st

Re: [PATCH v2] net/i40e: don't check link status on device start

2023-01-13 Thread David Marchand
org; Zhang, Qi Z ; > > Dapeng Yu ; Wenxuan Wu > > > > Subject: Re: [PATCH v2] net/i40e: don't check link status on device start > > > > Hello i40e maintainers, John, > > > > On Mon, Jan 9, 2023 at 10:21 AM David Marchand > > wrote: > > >

RE: [PATCH v2] net/i40e: don't check link status on device start

2023-01-13 Thread Zhang, Helin
> -Original Message- > From: David Marchand > Sent: Friday, January 13, 2023 9:33 PM > To: Zhang, Yuying ; Xing, Beilei > ; Mcnamara, John > Cc: dev@dpdk.org; sta...@dpdk.org; Zhang, Qi Z ; > Dapeng Yu ; Wenxuan Wu > > Subject: Re: [PATCH v2] net/i40e:

Re: [PATCH v2] net/i40e: don't check link status on device start

2023-01-13 Thread David Marchand
Hello i40e maintainers, John, On Mon, Jan 9, 2023 at 10:21 AM David Marchand wrote: > On Tue, Jan 3, 2023 at 3:02 PM David Marchand > wrote: > > Hi i40e maintainers, > > > > On Tue, Dec 13, 2022 at 10:19 AM David Marchand > > wrote: > > > > > > The mentioned changes broke existing applications

Re: [PATCH v2] net/i40e: don't check link status on device start

2023-01-09 Thread David Marchand
On Tue, Jan 3, 2023 at 3:02 PM David Marchand wrote: > > Hi i40e maintainers, > > On Tue, Dec 13, 2022 at 10:19 AM David Marchand > wrote: > > > > The mentioned changes broke existing applications when the link status > > of i40e ports is down at the time the port is started. > > Revert those cha

Re: [PATCH v2] net/i40e: don't check link status on device start

2023-01-03 Thread David Marchand
Hi i40e maintainers, On Tue, Dec 13, 2022 at 10:19 AM David Marchand wrote: > > The mentioned changes broke existing applications when the link status > of i40e ports is down at the time the port is started. > Revert those changes, the original issue will need a different fix. > > Fixes: a4ba7736

[PATCH v2] net/i40e: don't check link status on device start

2022-12-13 Thread David Marchand
The mentioned changes broke existing applications when the link status of i40e ports is down at the time the port is started. Revert those changes, the original issue will need a different fix. Fixes: a4ba77367923 ("net/i40e: enable maximum frame size at port level") Fixes: 2184f7cdeeaa ("net/i40e