[dpdk-dev] [PATCH v1 5/5] ixgbe: Add LRO support

Stephen Hemminger stephen at networkplumber.org
Wed Mar 4 01:34:29 CET 2015


On Tue,  3 Mar 2015 21:48:43 +0200
Vlad Zolotarov <vladz at cloudius-systems.com> wrote:

> +
> +		if (!bulk_alloc) {
> +			__le64 dma =
> +			  rte_cpu_to_le_64(RTE_MBUF_DATA_DMA_ADDR_DEFAULT(nmb));
> +			/*
> +			 * Update RX descriptor with the physical address of the
> +			 * new data buffer of the new allocated mbuf.
> +			 */
> +			rxe->mbuf = nmb;
> +
> +                        rxm->data_off = RTE_PKTMBUF_HEADROOM;

Incorrect indentation.


More information about the dev mailing list