On 5/3/2018 8:37 PM, John Daley wrote: > From: Hyong Youb Kim <hyon...@cisco.com> > > Future VIC adapters may require that the driver enable RQ before > posting new buffers to the NIC. So split enic_alloc_rx_queue_mbufs() > into two functions, one that allocates buffers and fills RQ and the > other that posts them (i.e. PIO write to a doorbell). And, call the > post function only after enabling RQ. > > Currently released models are not affected by this change, as they > work fine whether the driver posts buffers before or after enabling RQ. > > Signed-off-by: Hyong Youb Kim <hyon...@cisco.com> > Reviewed-by: John Daley <johnd...@cisco.com> > Reviewed-by: Aaron Conole <acon...@redhat.com>
Series applied to dpdk-next-net/master, thanks.