<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@PMingLiU";
        panose-1:2 1 6 1 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">We’ve found two dependencies of this series.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I’m planning to send v2 with it, thanks!<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">William<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">William Tu <witu@nvidia.com><br>
<b>Date: </b>Thursday, May 11, 2023 at 10:39 AM<br>
<b>To: </b>kernel-team@lists.ubuntu.com <kernel-team@lists.ubuntu.com><br>
<b>Cc: </b>Bodong Wang <bodong@nvidia.com>, Vladimir Sokolovsky <vlad@nvidia.com>, dann.frazier@canonical.com <dann.frazier@canonical.com>, Paul Blakey <paulb@nvidia.com>, William Tu <witu@nvidia.com>, Tony Duan <yifeid@nvidia.com><br>
<b>Subject: </b>[SRU][J:linux-bluefield][PATCH v1 0/5] Support hardware miss to tc action<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:11.0pt">Currently tc miss interface only supports resuming from a specific tc chain.<br>
If a packet modification is done before a missable action such as CT and<br>
there is a miss in CT after it, this may cause a miss match when resuming<br>
re-executing the same chain in software, and wrong packet count.<br>
 This use case for example is a stateless (static) nat.<br>
<br>
* brief explanation of fixes<br>
Add support for missing to a specific action instance, and support<br>
of per action hardware stats to update what was actually done in hardware.<br>
<br>
BugLink: <a href="https://bugs.launchpad.net/bugs/2012571">https://bugs.launchpad.net/bugs/2012571</a><br>
<br>
Note: <br>
We previously sent this patch to Focal but revert the series due<br>
to some issue. For Jammy, there is no such issue so we'd like to<br>
merge this series to Jammy, while in the meantime working on solving<br>
the Focal issue, thanks.<br>
<br>
And because this has been review for Focal, and no code change, I propagate<br>
the acks/review tags.<br>
<br>
Paul Blakey (5):<br>
  UBUNTU: SAUCE: net/sched: Provide act to offload action<br>
  net/sched: cls_api: Support hardware miss to tc action<br>
  net/sched: flower: Move filter handle initialization earlier<br>
  net/sched: flower: Support hardware miss to tc action<br>
  netfilter: ctnetlink: Support offloaded conntrack entry deletion<br>
<br>
 include/linux/skbuff.h               |   6 +-<br>
 include/net/flow_offload.h           |   2 +<br>
 include/net/pkt_cls.h                |  30 ++--<br>
 include/net/sch_generic.h            |   2 +<br>
 net/netfilter/nf_conntrack_netlink.c |   8 -<br>
 net/openvswitch/flow.c               |   3 +-<br>
 net/sched/cls_api.c                  | 216 +++++++++++++++++++++++++--<br>
 net/sched/cls_flower.c               |  73 +++++----<br>
 8 files changed, 283 insertions(+), 57 deletions(-)<br>
<br>
-- <br>
2.34.1<o:p></o:p></span></p>
</div>
</div>
</body>
</html>