Hello,
On Mon, Nov 2, 2015 at 8:21 AM, Lu, Wenzhuo wrote:
>
> > @@ -2502,7 +2503,14 @@ static int igbvf_set_vfta(struct e1000_hw *hw,
> > uint16_t vid, bool on)
> > if (on)
> > msgbuf[0] |= E1000_VF_SET_VLAN_ADD;
> >
> > - return (mbx->ops.write_posted(hw, msgbuf, 2, 0));
Hi David, Julien,
> -Original Message-
> From: David Marchand [mailto:david.marchand at 6wind.com]
> Sent: Saturday, October 31, 2015 12:14 AM
> To: dev at dpdk.org
> Cc: Lu, Wenzhuo; Julien Meunier
> Subject: [PATCH] igbvf: fix vlan filtering
>
> From: Julien Meunier
>
> Once posted th
From: Julien Meunier
Once posted through mailbox, we must check for nack from the PF and report an
error in this case.
Signed-off-by: Julien Meunier
Signed-off-by: David Marchand
---
drivers/net/e1000/igb_ethdev.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/d
3 matches
Mail list logo