<div dir="ltr">Hi Christian,<div><br></div><div>Below is the status of bnxt PMD fixes:</div><div><br></div><div>8496483099  Ajit Khaparde    net/bnxt: fix VF resource allocation strategy</div><div>[Kalesh]: Above one is not needed in 19.11 and you can ignore this.</div><div><br>604a6be6b6  Kalesh AP        net/bnxt: cap maximum number of unicast MAC addresses<br>6c63f3495e  Kalesh AP        net/bnxt: fix handling of VF configuration change<br>5b8b248c96  Kalesh AP        net/bnxt: fix memzone allocation per VNIC<br>4dc9409e01  Kalesh AP        net/bnxt: fix multicast address set<br>3e6fae2b65  Kalesh AP        net/bnxt: fix queue stop operation<br>bc9b2c20d2  Kalesh AP        net/bnxt: get maximum supported multicast filters count<br>9b4353bec3  Kalesh AP        net/bnxt: restore RSS configuration after reset recovery<br>8dcee14fbf  Lance Richardson net/bnxt: fix xstats names query overrun<br></div><div>[Kalesh]: I just sent backported patches of above 8 fixes to the ML.</div><div><br></div><div>Regards,</div><div>Kalesh</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 25, 2022 at 10:45 PM <<a href="mailto:christian.ehrhardt@canonical.com">christian.ehrhardt@canonical.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi commit authors (and maintainers),<br>
<br>
Despite being selected by the DPDK maintenance tool ./devtools/git-log-fixes.sh<br>
I didn't apply following commits from DPDK main to 19.11<br>
stable branch, as conflicts or build errors occur.<br>
<br>
Can authors check your patches in the following list and either:<br>
    - Backport your patches to the 19.11 branch, or<br>
    - Indicate that the patch should not be backported<br>
<br>
Please do either of the above by 03/11/22.<br>
<br>
You can find the a temporary work-in-progress branch of the coming 19.11.12<br>
release at:<br>
    <a href="https://github.com/cpaelzer/dpdk-stable-queue" rel="noreferrer" target="_blank">https://github.com/cpaelzer/dpdk-stable-queue</a><br>
It is recommended to backport on top of that to minimize further conflicts or<br>
misunderstandings.<br>
<br>
Some notes on stable backports:<br>
<br>
A backport should contain a reference to the DPDK main branch commit<br>
in it's commit message in the following fashion:<br>
    [ upstream commit <commit's dpdk main branch SHA-1 checksum> ]<br>
<br>
For example:<br>
    <a href="https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb" rel="noreferrer" target="_blank">https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb</a><br>
<br>
When sending the backported patch, please indicate the target branch in the<br>
subject line, as we have multiple branches, for example:<br>
    [PATCH 19.11] foo/bar: fix baz<br>
<br>
With git format-patch, this can be achieved by appending the parameter:<br>
    --subject-prefix='PATCH 19.11'<br>
<br>
Send the backported patch to "<a href="mailto:stable@dpdk.org" target="_blank">stable@dpdk.org</a>" but not "<a href="mailto:dev@dpdk.org" target="_blank">dev@dpdk.org</a>".<br>
<br>
FYI, branch 19.11 is located at tree:<br>
   <a href="https://git.dpdk.org/dpdk-stable" rel="noreferrer" target="_blank">https://git.dpdk.org/dpdk-stable</a><br>
<br>
Thanks.<br>
<br>
Christian Ehrhardt <<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a>><br>
<br>
---<br>
8496483099  Ajit Khaparde    net/bnxt: fix VF resource allocation strategy<br>
eb11edd9db  Alexander Kozyrev net/mlx5: fix meter capabilities reporting<br>
97ed4cb6fb  Andrzej Ostruszka ring: optimize corner case for enqueue/dequeue<br>
ecb904cc45  Bruce Richardson build: fix warnings when running external commands<br>
e16b972b1a  Bruce Richardson build: remove deprecated Meson functions<br>
fee17a1d29  Bruce Richardson doc: remove dependency on findutils on FreeBSD<br>
59144f6edd  Bruce Richardson eal: fix C++ include<br>
153e7d8813  Bruce Richardson eventdev: fix C++ include<br>
57b156540f  Chengchang Tang  net/bonding: fix offloading configuration<br>
285f63fc6b  Dapeng Yu        net/ice: track DCF state of PF<br>
864678e420  Dariusz Sosnowski net/mlx5: fix inline length for multi-segment TSO<br>
985b479267  Gregory Etelson  net/mlx5: fix GRE protocol type translation for Verbs<br>
edca47a1d9  Harold Huang     net/virtio-user: fix resource leak on probing failure<br>
15174c40b7  Heinrich Kuhn    net/nfp: free HW ring memzone on queue release<br>
99cc26f665  Hemant Agrawal   crypto/dpaax_sec: fix auth/cipher xform chain checks<br>
6ee07e3cb5  Huisong Li       net/hns3: fix insecure way to query MAC statistics<br>
5a2b22b40f  Huisong Li       net/hns3: fix mailbox wait time<br>
7be78d0279  Josh Soref       fix spelling in comments and strings<br>
604a6be6b6  Kalesh AP        net/bnxt: cap maximum number of unicast MAC addresses<br>
6c63f3495e  Kalesh AP        net/bnxt: fix handling of VF configuration change<br>
5b8b248c96  Kalesh AP        net/bnxt: fix memzone allocation per VNIC<br>
4dc9409e01  Kalesh AP        net/bnxt: fix multicast address set<br>
3e6fae2b65  Kalesh AP        net/bnxt: fix queue stop operation<br>
bc9b2c20d2  Kalesh AP        net/bnxt: get maximum supported multicast filters count<br>
9b4353bec3  Kalesh AP        net/bnxt: restore RSS configuration after reset recovery<br>
58d212e3bc  Kevin Liu        net/ice: fix Tx checksum offload<br>
961fb4029b  Kumara Parameshwaran ethdev: add internal function to device struct from name<br>
c36ce7099c  Kumara Parameshwaran net/tap: fix to populate FDs in secondary process<br>
8dcee14fbf  Lance Richardson net/bnxt: fix xstats names query overrun<br>
9e2cf57e29  Maxime Gouin     net/nfp: remove duplicated check when setting MAC address<br>
10599cf83e  Michael Baum     common/mlx5: add minimum WQE size for striding RQ<br>
96c33cfb06  Min Hu (Connor)  net/hns3: fix Rx/Tx functions update<br>
affa9de474  Qi Zhang         doc: update matching versions in ice guide<br>
9cc217a283  Ruifeng Wang     config: add arch define for Arm<br>
2654ce5c56  Thomas Monjalon  doc: replace deprecated distutils version parsing<br>
60e68d170b  Tianfei Zhang    raw/ifpga: fix thread closing<br>
90762e5cb8  Vanshika Shukla  net/dpaa2: fix timestamping for IEEE1588<br>
d192fd321c  Vanshika Shukla  net/dpaa2: fix unregistering interrupt handler<br>
5f69ebbd85  Yunjian Wang     mem: check allocation in dynamic hugepage init<br>
a62f095049  Yuying Zhang     net/ice/base: add profile validation on switch filter<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Regards,<div>Kalesh A P</div></div></div>