[dpdk-web] [PATCH] add AVP to supported NIC list

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Apr 6 23:37:22 CEST 2017


2017-03-30 08:19, Allain Legacy:
> Adds the Wind River AVP device to the list of supported NICs for the 17.05
> release.
> 
> Signed-off-by: Allain Legacy <allain.legacy at windriver.com>
> ---
>  doc/nics.html | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/nics.html b/doc/nics.html
> index f3eff47..a0fdbcf 100644
> --- a/doc/nics.html
> +++ b/doc/nics.html
> @@ -97,6 +97,10 @@
>  				<li><a href="/doc/guides/nics/vmxnet3.html">vmxnet3</a> (VMware ESXi)</li>
>  				<li><a href="/doc/guides/xen/pkt_switch.html#xen-pmd-frontend-prerequisites">xenvirt</a> (Xen)</li>
>  			</ul>
> +  			<h3>Wind River</h3>
> +			<ul>
> +				<li><a href="/doc/guides/nics/avp.html">avp</a> (Accelerated Virtual Port)</li>
> +			</ul>
>  			<h3>Others</h3>
>  			<ul>
>  				<li><a href="/browse/dpdk/tree/drivers/net/af_packet">af_packet</a> (Linux AF_PACKET socket)</li>
> 

Added in the Paravirtualization section:

                        <h3>Paravirtualization</h3>
                        <ul>
+                               <li><a href="/doc/guides/nics/avp.html">avp</a> (Wind River Accelerated Virtual Port)</li>
                                <li><a href="/doc/guides/nics/virtio.html">virtio-net</a> (QEMU)</li>



More information about the web mailing list