net/enic: remove initialization of some mbuf fields
authorJohn Daley <johndale@cisco.com>
Tue, 11 Apr 2017 01:37:19 +0000 (18:37 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
commitfb83a23eebc471122ad27590b162726d65eaaa6f
tree0e72679817b4155ea61a409c556132d8a8661080
parent5ba411079ffdfb58906d40bb349c19d18c12a3ba
net/enic: remove initialization of some mbuf fields

Remove initialization of next and nb_segs mbuf fields in the Rx path
since they are now initialized in the mbuf pool.

See commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool").

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