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 AEC35A0613 for ; Mon, 23 Sep 2019 10:44:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D97601BEB4; Mon, 23 Sep 2019 10:44:35 +0200 (CEST) Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) by dpdk.org (Postfix) with ESMTP id 7B1191BE91 for ; Mon, 23 Sep 2019 10:44:33 +0200 (CEST) Received: by mail-qt1-f173.google.com with SMTP id j31so16180649qta.5 for ; Mon, 23 Sep 2019 01:44:33 -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=cK/gMnWL/rbyzVITSOxIKXdQFOzn2NFHxLngDfbqPY0=; b=DWabnaLyBspvYIiFPTUkoNfk1iWKS9TUQ3FXMBmvYXme44Cr1jRhyUQro/OWSxNzTl 4B3AOR7db4x6Yx4YdQ/v9qsRPvx2n34e5/nmFze4BBEAHdLFgdUZBy0zs+L6XS9TnZ8z 6AKi+I7C7KClNWTxID0O91KKNJrJU9DXEJjOY= 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=cK/gMnWL/rbyzVITSOxIKXdQFOzn2NFHxLngDfbqPY0=; b=dUrTzoxf/m3Imo9otC2sx71FeaGGAvRmvOHIvKittEol+A+pR6CC7+63ozdWFLxYsT R2/wwMaEpMuH7fIenb0y7w1DlbLI4Natp+5XGQ7zqv2USZirn3rE+uHge5gT5I37NLDZ We8fMbcjElJ7rVEfjrEiijfe43pHlLWTWiKN5cHCp+1oNzjafGwhKPMFvNpBAX0xAtJ+ M5lG1gPmd3lLVjekRUjkg41luP1pQcBO8ZNSx/Y+kQFkqDHY01nYasNs2cmvVIz0KIlf NpuDLfb6/Zyiu0g1pOXz3YnOuCWkLYt7GN5EgFqiv5LkTYQkO7sCgiIoC+IV4hsBr/Ol FhMg== X-Gm-Message-State: APjAAAUyyegYVYmatvXtZ7B5vMpI29MvGEI1PRW7HfiBvtwNLZ2Wbt+R WY7Iz7cj7qZ9CUoYB2oDsC0ymvQWfTjvxe4ksYztsw== X-Google-Smtp-Source: APXvYqzuc4SlTgFS7FgR9oZWizwRRB+gD73Q0xb+7wXqU68F8/x8BrSGViLoBDUPtWkO3BAcRtkmlFhdKck7NjQqzUo= X-Received: by 2002:ac8:3a84:: with SMTP id x4mr14918620qte.334.1569228272370; Mon, 23 Sep 2019 01:44:32 -0700 (PDT) MIME-Version: 1.0 From: Perugu Hemasai Chandra Prasad Date: Mon, 23 Sep 2019 14:14:21 +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 packet size less than 60 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, when ever I am trying to send packets ( dpdk ver 18.05 stable ) of size less than 60 bytes using rte_eth_tx_burst API with EthDev, packets are receiving on other system with packet length of 60 bytes by appending zeros's to the end of the packet and there is no modification in the data. But packet is receiving as it is without any appending of zero's when packet size is more than 60. Is there any hidden limitation like this? can anyone please tell me the reason ? How to resolve this ? Thanks & Regards, Hemasai