<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=utf-8">
<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;}
@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">Hi Bartlomiej,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Thanks for your reviews of this series.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I will fix them and resubmit!<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">Bartlomiej Zolnierkiewicz <bartlomiej.zolnierkiewicz@canonical.com><br>
<b>Date: </b>Tuesday, March 28, 2023 at 9:18 AM<br>
<b>To: </b>William Tu <witu@nvidia.com><br>
<b>Cc: </b>kernel-team@lists.ubuntu.com <kernel-team@lists.ubuntu.com>, Bodong Wang <bodong@nvidia.com>, Vladimir Sokolovsky <vlad@nvidia.com>, dann.frazier@canonical.com <dann.frazier@canonical.com><br>
<b>Subject: </b>Re: [SRU][F:linux-bluefield][PATCH v1 0/5] Support hardware miss to tc action<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">External email: Use caution opening links or attachments<br>
<br>
<br>
On Thu, Mar 23, 2023 at 8:18 PM William Tu <witu@nvidia.com> wrote:<br>
><br>
> 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>
><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>
> Eric Dumazet (1):<br>
>   net/sched: flower: fix fl_change() error recovery path<br>
><br>
> Paul Blakey (4):<br>
>   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>
><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/openvswitch/flow.c     |   3 +-<br>
>  net/sched/cls_api.c        | 217 +++++++++++++++++++++++++++++++++++--<br>
>  net/sched/cls_flower.c     |  79 +++++++++-----<br>
>  7 files changed, 288 insertions(+), 51 deletions(-)<br>
<br>
Hi William,<br>
<br>
Please try using the "--dry-run" parameter for the "git send-email"<br>
command to make sure that your submission is correct (no duplicate<br>
emails and correctly threaded). This parameter makes the command do<br>
everything except actually sending the emails.<br>
<br>
You may also try sending the submission to your email address first<br>
(to double check everything) before posting to a mailing list.<br>
<br>
Please also see my replies to individual patches.<br>
<br>
Best Regards,<br>
Bartlomiej<o:p></o:p></span></p>
</div>
</div>
</body>
</html>