Hi Ivan, On 3/30/20 9:57 AM, Ivan Dyukov wrote: > > v8 changes: > * fix code style > > v7 chagnes: > * rebased to latest master > * added support of VIRTIO_NET_F_SPEED_DUPLEX > > v6 changes: > * fix code style > > v5 changes: > * fixed code style > * fixed commit message and logging text > > v4 changes: > * link_speed renamed to speed devarg > * speed devarg is added to virtio-user driver > > v3 changes: > * link_speed devarg is added to virtio documentation > >
I finally applied this version, with adding the changes not related to ETH_SPEED_NUM_UNKNOWN from next revisions. Once the ETH_SPEED_NUM_UNKNOWN series from Thomas is accepted (might only happen in v20.08), we'll adopt it in Virtio driver. It is applied to dpdk-next-virtio/master, let me know if you spot any issue there. Thanks again for adding VIRTIO_NET_F_SPEED_DUPLEX, Maxime