Skip to content

issues Search Results · repo:OpenDataPlane/odp language:C

Filter by

77 results
 (60 ms)

77 results

inOpenDataPlane/odp (press backspace or delete to remove)

I have a huge multithread application and I try to to integrate odp into it. this is my first try for integration: if (0 == odp_init_global( instance, NULL, NULL)) { printf( odp_init_global: success!\n ...
  • LinArcX
  • 1
  • Opened 
    on Aug 31, 2023
  • #1896

Hi team, I m currently working on upgrading the ODP in my application from 1.21 to 1.40. As mentioned in the title, I found that since ODP-1.23, the odp_timer_current_tick function changes its definition, ...
  • HsuJv
  • 2
  • Opened 
    on Jun 21, 2023
  • #1852

ODP-DPDK v1.37.1.0 Platform: linux-generic Config options: --enable-dpdk --enable-dpdk-zero-copy Driver: vfio-pci Issue: odp-dpdk returns invalid (zeroed) packets when using vfio-pci driver with linux-generic ...
  • bogdanPricope
  • 3
  • Opened 
    on Nov 5, 2022
  • #1718

Hi, Does those reassemble example code forget to remove ethernet padding ? https://github.com/OpenDataPlane/odp/blob/9a6fda2d55a02dd3e64371b77de04f512453a341/example/ipfragreass/odp_ipfragreass_reassemble.c#L482 ...
  • chrhong
  • Opened 
    on Sep 20, 2022
  • #1670

The interface is configured like this: odp_pktio_param_init( pktio_param); pktio_param.in_mode = ODP_PKTIN_MODE_DIRECT; pktio_param.out_mode = ODP_PKTOUT_MODE_DIRECT; odp_pktin_queue_param_init( pktin_param); ...
  • bogdanPricope
  • 5
  • Opened 
    on Jul 13, 2022
  • #1624

I don t know if you have this but it will be nice to have a document describing XDP support in ODP e.g. 1. Linux package needed (and versions) - this is especially useful for the unfortunate ones that ...
  • bogdanPricope
  • 5
  • Opened 
    on Jul 12, 2022
  • #1623

odp(odp-dpdk) platform linux-generic 1.37.1 It looks like xdp pktio is sending data starting with buffer start address instead of data start address . Steps: 1. alloc a packet of len size pkt = odp_packet_alloc(pool, ...
  • bogdanPricope
  • 3
  • Opened 
    on Jul 12, 2022
  • #1622

Currently, the DPDK specific options (e.g. pci block/allow lists) can be set through ODP_PKTIO_DPDK_PARAMS environment variable. It will be nice to have configuration file options for this, similar to ...
  • bogdanPricope
  • 3
  • Opened 
    on Jul 8, 2022
  • #1618

Can you (as a project) try to refrain from removing public headers (e.g. odp.h) between minor versions of the odp? I switched to v1.36 (odp-dpdk) and I had to modify 20+ files for that.
  • bogdanPricope
  • Opened 
    on Jun 8, 2022
  • #1596

Hello team, We have recently migrated from ODP 1.29 to 1.34 and found segmentation fault when first TCP SYN packet is received from client. We debugged further and found issue is with below function: ...
  • manishmatey
  • 2
  • Opened 
    on May 6, 2022
  • #1568
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub