From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) by dpdk.org (Postfix) with ESMTP id 8F73D1F3 for ; Mon, 23 Sep 2013 15:08:37 +0200 (CEST) Received: by mail-la0-f41.google.com with SMTP id ec20so2479127lab.14 for ; Mon, 23 Sep 2013 06:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WCShZhCEGSwavncaXb/gEn9zfbOa+M6TGOZNK3FOkXU=; b=tT7QEL1nWlqzsJ7z8irg10TbyRwRAenG6+jrAp/9ZTJwOH+Hmnk5rjRfXh4jylI++J 1tkFeu3oBVEGvegr5S8//jHUIOF6bxv6Juxcu3RdzSvyX35S5NpBTjna4HS+nx7z5sa8 PZlLBpNJdr/pr9LM1lcB30QawtS3SFthInemAqinThsXpX8tkT1WtERHdI9kA0/IngBB /KQ0/xyFKm9aBSI6gqgZKX3rwcQcuzBPikyhChj/9btHqta4LYl1k9mrffpbQtJ8IZAv dPESvY7eD5dPXKv8rfm+2IcFeiJzn72esQ8FNFlm8abTPrVaLEkL3MjPsNKQMvjN3dzA V/rQ== MIME-Version: 1.0 X-Received: by 10.112.168.35 with SMTP id zt3mr19565710lbb.11.1379941756581; Mon, 23 Sep 2013 06:09:16 -0700 (PDT) Received: by 10.112.131.98 with HTTP; Mon, 23 Sep 2013 06:09:16 -0700 (PDT) Date: Mon, 23 Sep 2013 21:09:16 +0800 Message-ID: From: LiuFeng To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Problem about "Rx Burst Bulk Alloc function" of ixgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 13:08:38 -0000 Hello, I have a problem about ixgbe's Rx Burst Bulk Alloc function. When I set .rx_free_thresh of rte_eth_rxconf to 32 to enable Rx Burst Bulk Alloc function, ixgbe can no longer detect ip/udp checksum error. Also, when I enable Rx Burst Bulk Alloc function, and set .hw_vlan_strip of rte_eth_conf to 1, the PKT_RX_VLAN_PKT bit of pktmbuf->ol_flags is off even if it is a vlan packet. Could someone can tell me why? Thanks a lot! feng liu