On Thu, Sep 24, 2020 at 3:18 PM Jason Wang wrote:
>
>
> On 2020/9/22 上午11:01, Cindy Lu wrote:
> > On Tue, Sep 22, 2020 at 9:55 AM Jason Wang wrote:
> >>
> >> On 2020/9/17 下午11:58, Cindy Lu wrote:
> >>> If the peer's type is vdpa,set the mac address to NIC in
> >>> virtio_net_device_realize,
> >>
On 2020/9/22 上午11:01, Cindy Lu wrote:
On Tue, Sep 22, 2020 at 9:55 AM Jason Wang wrote:
On 2020/9/17 下午11:58, Cindy Lu wrote:
If the peer's type is vdpa,set the mac address to NIC in
virtio_net_device_realize,
Also sometime vdpa get an all 0 macaddress from the hardware, this will cause
t
On Tue, Sep 22, 2020 at 9:55 AM Jason Wang wrote:
>
>
> On 2020/9/17 下午11:58, Cindy Lu wrote:
> > If the peer's type is vdpa,set the mac address to NIC in
> > virtio_net_device_realize,
> > Also sometime vdpa get an all 0 macaddress from the hardware, this will
> > cause the traffic down
> > So
On 2020/9/17 下午11:58, Cindy Lu wrote:
If the peer's type is vdpa,set the mac address to NIC in
virtio_net_device_realize,
Also sometime vdpa get an all 0 macaddress from the hardware, this will cause
the traffic down
So we add the check for this part.
if we get an 0 mac address we will use th
If the peer's type is vdpa,set the mac address to NIC in
virtio_net_device_realize,
Also sometime vdpa get an all 0 macaddress from the hardware, this will cause
the traffic down
So we add the check for this part.
if we get an 0 mac address we will use the default mac address instead
Signed-off-