[dpdk-stable] "net/hns3: fix VF handling LSC event in secondary process" incompatible with 19.11.x

Christian Ehrhardt christian.ehrhardt at canonical.com
Tue Jun 1 11:03:22 CEST 2021


Hi,
this mostly is an FYI to document why a change was not applied to the
stable series. This was targeted for stable releases:

commit dbbbad23e380773b37872df2195c4529fd93ca6f
Author: Chengwen Feng <fengchengwen at huawei.com>
Date:   Tue Apr 13 19:50:02 2021 +0800

    net/hns3: fix VF handling LSC event in secondary process

But it triggers

../drivers/net/hns3/hns3_mbx.c: In function ‘hns3_handle_mbx_msg_out_intr’:
../drivers/net/hns3/hns3_mbx.c:355:4: warning: implicit declaration of
function ‘hns3_handle_mbx_response’; did you mean
‘hns3_handle_msix_error’? [-Wimplicit-function-declaration]
  355 |    hns3_handle_mbx_response(hw, req);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~
      |    hns3_handle_msix_error


This is due to missing:

commit c8dec72de00039f367c1a8cd1f40378d04cf3e8f
Author: Chengwen Feng <fengchengwen at huawei.com>
Date:   Tue Apr 13 19:50:01 2021 +0800

    net/hns3: fix possible mismatched response of mailbox

And this one I already called out as a "help for backport" 12 days ago.

The same is true for:

../drivers/net/hns3/hns3_mbx.c:385:10: warning: implicit declaration
of function ‘rte_thread_is_intr’; did you mean ‘rte_thread_setname’?
[-Wimplicit-function-declaration]
  385 |         !rte_thread_is_intr()) && hns->is_vf;
      |          ^~~~~~~~~~~~~~~~~~
      |          rte_thread_setname

Which needs
commit 5c016fc0205a67123481dbe8f9784635beac8a09
Author: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
Date:   Sat Sep 26 02:32:42 2020 +0300

    eal/windows: add interrupt thread skeleton

FYI for now I'll also drop dbbbad23e380773b37872df2195c4529fd93ca6f from 19.11.x

-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd


More information about the stable mailing list