On Thu, Mar 03, 2016 at 03:51:25AM +, Wang, Xiao W wrote:
> Hi,
>
> > > > +
> > > > + err = mbx->ops.write_posted(hw, msgbuf, 2, 0);
> > > > + if (err)
> > > > + return err;
> > > > +
> > > > + err = mbx->ops.read_posted(hw, msgbuf, 2, 0);
> > >
> > > Is it more
Hi,
> > > +
> > > + err = mbx->ops.write_posted(hw, msgbuf, 2, 0);
> > > + if (err)
> > > + return err;
> > > +
> > > + err = mbx->ops.read_posted(hw, msgbuf, 2, 0);
> >
> > Is it more reasonable to read a message of size 1 than 2? Pf side only
> > write 1 word into mbx.
> Thanks for the c
Hi Xiao,
> -Original Message-
> From: Wang, Xiao W
> Sent: Monday, February 15, 2016 4:10 PM
> To: Lu, Wenzhuo; dev at dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode
> on VF
>
> Hi,
>
> Best Regards,
> Wang,
Hi,
Best Regards,
Wang, Xiao
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu
> Sent: Sunday, February 14, 2016 2:25 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on
> VF
Add multicast promiscuous mode support on ixgbe VF driver.
Please note if we want to use this promiscuous mode, we need both PF
and VF driver to support it. The reason is this VF feature is
configged on PF.
If use kernel PF driver + dpdk VF driver, make sure kernel PF driver
support VF multicast p
5 matches
Mail list logo