From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7711DA2E1B for ; Tue, 3 Sep 2019 07:00:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 074581D417; Tue, 3 Sep 2019 07:00:41 +0200 (CEST) Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) by dpdk.org (Postfix) with ESMTP id 98A6D1C20F for ; Tue, 3 Sep 2019 07:00:39 +0200 (CEST) Received: by mail-qt1-f180.google.com with SMTP id b2so14620939qtq.5 for ; Mon, 02 Sep 2019 22:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iith.ac.in; s=google; h=mime-version:from:date:message-id:subject:to; bh=iFW027YROMEKxLh5IKTK+domO7RFldtRu7QdN1zlEcg=; b=zFxbae9PmVTGSXZLuk+kpkLADG+SyWOAlNYqhYmOP60lyduHveq5ym2XX7DK4Yh+tv Fn1gEifk1BHn/yzDyeqgY99YFOBp71S+Pmpl6L3USJNbk/RsqMz3R3NYIkoB7JOyPhvF +k8320pa0zvop/8aW9HgJnaEUZwFmKMLzigwg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=iFW027YROMEKxLh5IKTK+domO7RFldtRu7QdN1zlEcg=; b=B8bDmgmoQ4xMCAB5gxRuEbZhc9N48GkJRNPD/HN+FYpF2P711f2GS+8nRW0+tg/fWZ G700QiOSCAlifTHQTHnl1sfnYmn1wM1AkyT+bG3iqcK3xN340kChZE4TvaDhaO5XqUIx xQA4kFq+WwxwFAjiNtcKYBrep3S7scn1JrTIlm2YvInWCf//vRl7J8kwxbT2tg6Nd5gY qpz6DIsYcy8YrHIdrPlUPMlxlspPPOk4/oaf7IG5DUud10WKcR+sxU89CRGQu5aMl43B mIGRpsivqNDJ4yvOA1LX9ewWsoVgVMzcPwGBt06xgIFqASZW41Wl1Rrt4g1jiY95CriZ c5Uw== X-Gm-Message-State: APjAAAUppcfBl0e/jDsSI1psumO90vZyRBohF+omIQF5+y8YQof5/f0g OBYf0CqgbJ+LinWxSnR8Ew/JotlyxQsodnrWf5g5zQ== X-Google-Smtp-Source: APXvYqzktczzhSV0ZtiuZNb2Fj+T1476PhbYOcdjAdaWwoswa8t1ZRrWO2icjf+lzfv4cwBoIKiBorBUd79WWjoCeGI= X-Received: by 2002:a0c:8402:: with SMTP id l2mr5883910qva.201.1567486838842; Mon, 02 Sep 2019 22:00:38 -0700 (PDT) MIME-Version: 1.0 From: Perugu Hemasai Chandra Prasad Date: Tue, 3 Sep 2019 10:30:28 +0530 Message-ID: To: users@dpdk.org, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] unable to receive packets less than 4 with rte_eth_rx_burst Api -regarding. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi All, I am trying to receive packets transmitted by another DPDK application running on different system. I am able to transmit packets with a burst value of 1 using rte_eth_tx_burst Api, but unable to receive packets with a burst value less than 4 using rte_eth_rx_burst Api. can anyone please tell me the reason behind that? Is that because of any EthDev configuration?. How to receive packets with a burst value of 1? Thanks & Regards, Hemasai