Re: [vpp-dev] About l2_to_bvi inline in src/vnet/l2/l2_bvi.h

2019-03-19 Thread John Lo (loj) via Lists.Fd.Io
Hi Milan, The l2_len field in the buffer metadata area is valid only for L2 forwarding path. It is overlaid with other L3 forwarding related fields. Thus, packets coming into a bridge domain (BD) will have its l2_len setup correctly. Once the packet leave the BD via its BVI interface into L3

Re: [vpp-dev] [dpdk-dev] [RFC] net/vdev_netvsc: check for required related drivers

2019-03-19 Thread Matan Azrad
Hi From: Stephen Hemminger > wrote: > > > Hi > > > > From: Stephen Hemminger > > > The vdev_netvsc virtual driver that is used to do initialization on > > > Hyper- V/Azure won't work without failsafe and tap device. > > > If the related devices aren't present, it causes confusing errors > > > la

Re: [vpp-dev] Status of PPPoE Plugin

2019-03-19 Thread Raj
Another approach that can be used is to send all PPP/PPPoE control packets encapsulated in NSH, and Control plane can process it and return the packets to VPP which will decapsulate the NSH headers and pass the packets on to PPPoE client. Thanks and Regards, Raj On Mon, Mar 18, 2019 at 7:44 PM R