|
@@ -5515,7 +5515,7 @@ static int mvpp2_rx(struct mvpp2_port *port, int rx_todo,
|
|
* comprised by the RX descriptor.
|
|
* comprised by the RX descriptor.
|
|
*/
|
|
*/
|
|
if (rx_status & MVPP2_RXD_ERR_SUMMARY) {
|
|
if (rx_status & MVPP2_RXD_ERR_SUMMARY) {
|
|
- err_drop_frame:
|
|
|
|
|
|
+err_drop_frame:
|
|
dev->stats.rx_errors++;
|
|
dev->stats.rx_errors++;
|
|
mvpp2_rx_error(port, rx_desc);
|
|
mvpp2_rx_error(port, rx_desc);
|
|
/* Return the buffer to the pool */
|
|
/* Return the buffer to the pool */
|