RE: [PATCH v10 0/2] Update ECN (RFC3168) and Add Accurate ECN (RFC9768-to-be) feature
"Chia-Yu Chang (Nokia)" <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <PAXPR07MB7984E74ECF19E28F857E7AA4A331A@PAXPR07MB7984.eurprd07.prod.outlook.com> |
> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Thursday, August 14, 2025 2:01 PM > 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 v10 0/2] Update ECN (RFC3168) and Add Accurate ECN (RFC9768-to-be) feature > > From: Chia-Yu Chang <[email protected]> > > Hello, > > Please find ECN and AccECN patch v10, 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-34. > And the Accurate ECN draft will become RFC9768. > > Best Regards, > Chia-Yu > > --- > v10 (14-Aug-2025) > - Update AccECN reference and it will become RFC9768. > > 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(-) Hello, A Github issue is created for this patch series. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/232 Best regards, Chia-Yu