mbox series

[v8,0/5] net/virtio: add link speed devarg

Message ID 20200330075814.6857-1-i.dyukov@samsung.com (mailing list archive)
Headers
Series net/virtio: add link speed devarg |

Message

Ivan Dyukov March 30, 2020, 7:57 a.m. UTC
  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
  

Comments

Maxime Coquelin April 17, 2020, 5:12 p.m. UTC | #1
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