From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id 84AF8C488 for ; Thu, 23 Jun 2016 10:01:51 +0200 (CEST) Received: by mail-pa0-f50.google.com with SMTP id wo6so25162205pac.3 for ; Thu, 23 Jun 2016 01:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=1oko4aXbZ/M/fvjajsPG/dPqnxphZeapXlQdf3/bt8Q=; b=iDQSinRJpsjXZFKPe1GymF/r8u6ZnnZdYQ1el0/fbrCR53xjS11ob0P3WVBh2P2oeO ULXa4EjzJh/OaO1aqJUrA0raX7zPXP5/WxSpXDpOj0w1rW5uEAfPcWW9BduHvb1Vh+gh VCnEbaLJBS70WOJiFFhGPTy8HQp/wuxymAqnHN6V2gstpe59HdXlpHYleMtfCLlq4U2L 9OU/9Eo/DPZSy908M9OomNxTUuyztC8iDsjXM4Y6CnnzZnwNT96aFLrH88FQsun5+Cgn H9Ptqt8RjaAqpWTjqIOeoOiZKQJ5nB3kbbJb9aQ7Iw6AtL6o5c9r5V1N8x45u+J/yV1w j0qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1oko4aXbZ/M/fvjajsPG/dPqnxphZeapXlQdf3/bt8Q=; b=Ama1TKmAz+iS+75fI1RbZ1uJsWWfTmEQI/f0eIWHCsdqNhSCPvF/K2z/GNPMCT+JEl bzr0Z8MEV5xKswYhlAXOYhTlSjn1T7uozJHccTyQDbBq8px3E9FT73vm56TTJAPzNiQm lR0VuMW68rPaaHTeWNi2C3gSeozxyu2I8M20oqOCDmqB+vcCGiYSggMArH1IVBfasyBF MxxOdz367xdj4x4YDENgZD8m6bjtVKlynbGgdQkEZZLCfnf56Pudu4YpIazOb2E8QqS8 sXHt13uaB+Igx6hSwHHP/XCH49hgUi/EQT977TdqUaWbBz98aoLi1VA1UQVuaCSaI4HP n2BA== X-Gm-Message-State: ALyK8tKcfc8JurXBem2JFsUs5CKpfsNkLF5/VsOp08hLQlQYUlnp+0hsApbO7JgzFm6+0h0hN6qBSh+tSiPahw== X-Received: by 10.67.14.233 with SMTP id fj9mr36162915pad.147.1466668910531; Thu, 23 Jun 2016 01:01:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.222.39 with HTTP; Thu, 23 Jun 2016 01:01:49 -0700 (PDT) From: SAKTHIVEL ANAND S Date: Thu, 23 Jun 2016 13:31:49 +0530 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] DPDK KNI: X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 08:01:51 -0000 hello I am getting the below error , while compiling my code.. can you pls point the root cause of this. == Build lib/librte_eal/linuxapp/kni CC [M] /root/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/kni/kni_misc.o In file included from /root/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/kni/kni_misc.c:36:0: /usr/src/kernels/3.10.0-327.el7.x86_64/include/exec-env/rte_kni_common.h:113:2: error: requested alignment is not an integer constant void *buf_addr __attribute__((__aligned__(RTE_CACHE_LINE_SIZE))); -- Thanks Sakthivel S OM