net/enic: refill only the address of the RQ descriptor
authorHyong Youb Kim <hyonkim@cisco.com>
Wed, 10 Jan 2018 09:17:08 +0000 (01:17 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commitb5df2f7ac53cee378ddbcf8b1a423361a8743b77
tree65cb5ee9baf1c8f3db5fad7959bcdf17add51b92
parente5f5b9269f083038010679a6de429cf6fa13bf81
net/enic: refill only the address of the RQ descriptor

Once the RQ descriptors are initialized (enic_alloc_rx_queue_mbufs),
their length_type does not change during normal RX
operations. rx_pkt_burst only needs to reset their address field for
newly allocated mbufs.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic_rxtx.c