[dpdk-dev] [please ignore this test email]

2014-08-17 Thread Wiles, Roger Keith

Test 1 
On Aug 15, 2014, at 5:41 PM, Thomas Monjalon  
wrote:

> Hi Keith,
> 
> 2014-08-14 21:55, Wiles, Roger Keith:
>> /*  Changed the next line to use (3,13,8) instead of (3,14,0) KeithW */
>> #if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,13,8) )
>> #if (!(RHEL_RELEASE_CODE && RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(7,0)))
>> #ifdef NETIF_F_RXHASH
>> #define PKT_HASH_TYPE_L3 0
>> static inline void
>> skb_set_hash(struct sk_buff *skb, __u32 hash, __always_unused int type)
>> {
>>skb->rxhash = hash;
>> }
>> #endif /* NETIF_F_RXHASH */
>> #endif /* < RHEL7 */
>> #endif /* < 3.14.0 */
> 
Test 2
Test 3
> I really don't understand why changing condition from
>   < 3.14.0
> to
>   < 3.13.8
> would be better?
> This function appeared in 3.14.0. Maybe that Ubuntu backported it for their
> 12.04 version, so it must be handled with a specific Ubuntu check as it was
> already done for Ubuntu 14.04:
>   #if (!(UBUNTU_RELEASE_CODE == UBUNTU_RELEASE_VERSION(14,4) &&
>   UBUNTU_KERNEL_CODE >= UBUNTU_KERNEL_VERSION(3,13,0,30,54)))
> 
> Please help to improve what is done in master branch by providing patches.
> 
Test 4
> Note: please do not top post and try to use cite mark '>'
> 
> Thanks
> -- 
> Thomas
Thanks
++Keith
Keith Wiles, Principal Technologist with CTO office, Wind River mobile 
972-213-5533



[dpdk-dev] How to use dpdk ring and mem lib in kernel level?

2014-08-17 Thread GongJinrong
Hi, guys

   Can dpdk support allocate mempool and create ring in kernel level? I know
dpdk is user space driver, but many application need a channel to transmit
data from kernel to user space without any hardware dependency(just like pf
ring)? Anyone has a sample like this?

Best Regards
John Gong


[dpdk-dev] Signature filter for virtual function

2014-08-17 Thread Ilan Borenshtein
Hi,

Is there any other way except of the Flow director to use the different Rx 
queues by a VF ?
Will the next versions support flow director for VF ?

Thanks,
Ilan B


-Original Message-
From: Wu, Jingjing [mailto:jingjing...@intel.com] 
Sent: Friday, August 15, 2014 10:51 AM
To: Ilan Borenshtein; dev at dpdk.org
Subject: RE: Signature filter for virtual function

Hi

Flow director is not supported on VF now.
I think this may be the reason why ENOTSUP is returned.


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ilan Borenshtein
> Sent: Thursday, August 14, 2014 8:34 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] Signature filter for virtual function
> 
> Hello,
> 
> I'm trying to configure the flow director of VF 82599 port using 
> rte_eth_dev_fdir_add_signature_filter ().
> The function returns with ENOTSUP.
> Doe's flow director supported for VF ?
> What can be the reason for ENOTSUP ?
> 
> Thanks,
> Ilan B