net/sfc: add missing Rx descriptor status callback
authorAndrew Rybchenko <arybchenko@solarflare.com>
Mon, 28 May 2018 06:50:47 +0000 (07:50 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 30 May 2018 10:30:40 +0000 (12:30 +0200)
commita654e29b50d9fe37e8f8a86b9d0ea27d629d0701
treecf233d8b40d112d8af1eea9f995e92b2ed11c63c
parentc60869e2b742d2d0b7c5d568ad31f67f29d4f450
net/sfc: add missing Rx descriptor status callback

Rx descriptor status callback was lost and request of the Rx
descriptor status crashes application if equal stride super-buffer
Rx mode is used.

Fixes: 390f9b8d82c9 ("net/sfc: support equal stride super-buffer Rx mode")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_ef10_essb_rx.c