X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc_ev.h;h=d796865b7f1aa2ae188bc253b82e40c59cdbd368;hb=e52d36cf8f16f496fc21baba75057fa7fbcd2447;hp=5d070b1a35d9e41a5e9866585665abe4ea576ed9;hpb=d5371f3dfa595951899ffc2f41dcd6711675d5b5;p=dpdk.git diff --git a/drivers/net/sfc/sfc_ev.h b/drivers/net/sfc/sfc_ev.h index 5d070b1a35..d796865b7f 100644 --- a/drivers/net/sfc/sfc_ev.h +++ b/drivers/net/sfc/sfc_ev.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2016-2018 Solarflare Communications Inc. - * All rights reserved. + * Copyright(c) 2019-2021 Xilinx, Inc. + * Copyright(c) 2016-2019 Solarflare Communications Inc. * * This software was jointly developed between OKTET Labs (under contract * for Solarflare) and Solarflare Communications, Inc. @@ -10,7 +10,7 @@ #ifndef _SFC_EV_H_ #define _SFC_EV_H_ -#include +#include #include "efx.h" @@ -46,6 +46,7 @@ struct sfc_evq { efx_evq_t *common; const efx_ev_callbacks_t *callbacks; unsigned int read_ptr; + unsigned int read_ptr_primed; boolean_t exception; efsys_mem_t mem; struct sfc_dp_rxq *dp_rxq;