Re: [PATCH v9 RESEND 0/2] Update ECN and Add Accurate ECN feature
"Michael S. Tsirkin" <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 02, 2025 at 04:40:09AM +0000, Chia-Yu Chang (Nokia) wrote: > Hello, > > Just want to reach out and check is there any comment on our submitted ECN and AccECN patches? > Thanks. > > Best regards, > Chia-Yu The patches look good to me. You can request a vote if you feel they are ready. > -----Original Message----- > From: [email protected] <[email protected]> > Sent: Monday, June 23, 2025 10:19 AM > To: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; Koen De Schepper (Nokia) <[email protected]>; [email protected]; [email protected]; [email protected]; [email protected] > Cc: Chia-Yu Chang (Nokia) <[email protected]> > Subject: [PATCH v9 RESEND 0/2] Update ECN and Add Accurate ECN feature > > From: Chia-Yu Chang <[email protected]> > > Hello, > > Please find ECN and AccECN patch v9, which aligns ECN functionality with > RFC3168 ECN, and adds Accurate ECN feature. The Accurate ECN draft can be found in https://datatracker.ietf.org/doc/html/draft-ietf-tcpm-accurate-ecn-28 > > Best Regards, > Chia-Yu > > --- > v9 (19-May-2025) > - Update descriptions for VIRTIO_NET_F_GUEST_ECN, VIRTIO_NET_F_HOST_ECN, VIRTIO_NET_F_GUEST_ACCECN, VIRTIO_NET_F_HOST_ACCECN (Michael S. Tsirkin <[email protected]>) > - Add reference sections of RFC3168 ECN and AccECN (Michael S. Tsirkin <[email protected]>) > > v8 (17-Apr-2025) > - Further typo fixing > > v7 (15-Apr-2025) > - Fix typos in AccECN patch (Michael S. Tsirkin <[email protected]>) > > v6 (14-Apr-2025) > - Shrink descriptions and make more reference to RFC3168 ECN and AccECN > > v5 (06-Mar-2025) > - Update feature bits of VIRTIO_NET_F_HOST_ACCECN(69) and VIRTIO_NET_F_GUEST_ACCECN(70) > > v4 (05-Mar-2025) > - Update commit message of AccECN patch > - Add reference to RFC3168 ECN and Accurate ECN > - Simplify feature bit descriptinos to avoid duplication of text > > v3 (21-Feb-2025) > - Separate the original patch into 2 different patches > - Fix several reabase issues in v2 > > v2 (17-Feb-2025) > - Rebase the patch on top of v1.4 virtio-spec > > --- > Chia-Yu Chang (2): > virtio-net: Fix ECN feature descriptions > virtio-net: Define Accurate ECN feature in virtio-spec > > device-types/net/description.tex | 83 +++++++++++++++++++++++--------- > introduction.tex | 6 +++ > 2 files changed, 65 insertions(+), 24 deletions(-) > > -- > 2.34.1