2020-10-01 | Cristian Dumitrescu | examples/pipeline: add new example application Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | table: add exact match SWX table Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | port: add source and sink SWX ports Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | port: add ethernet device SWX port Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline specification file Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX table update high level API Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline flush Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline query API Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX instruction optimizer Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX instruction verifier Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX instruction description Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX jump and return instructions Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX extern instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX table instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX SHR instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX SHL instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX XOR instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX or instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX and instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX cksub instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX ckadd instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX subtract instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: introduce SWX add instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX DMA instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX move instruction Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add header validate and invalidate SWX instructions Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX Tx and emit instructions Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX Rx and extract instructions Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline instructions Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX extern objects and funcs Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX headers and meta-data Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline output port Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add SWX pipeline input port Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2020-10-01 | Cristian Dumitrescu | pipeline: add new SWX pipeline type Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2019-01-14 | Cristian Dumitrescu | app/testpmd: fix quit to stop all ports before close Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2019-01-10 | Cristian Dumitrescu | net/softnic: support service cores Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: fix port and table stats read Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: support table rule show Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: support rule time read Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: support rule TTL stats read Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: support meter stats read Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: support rule stats read Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: track rules on delete default Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: track table rules on delete Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: track rules on add default Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: track table rules on add bulk Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: track table rules on add Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-11-02 | Cristian Dumitrescu | examples/ip_pipeline: add rule list per table Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-17 | Cristian Dumitrescu | net/softnic: support VXLAN encap Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | net/softnic: support VXLAN flow decap action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | net/softnic: support packet decap action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | examples/ip_pipeline: support packet decap action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | pipeline: add table action for packet decap Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | net/softnic: support flow mark action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | net/softnic: support packet tag action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | examples/ip_pipeline: support packet tag action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | pipeline: add table action for packet tag Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | examples/ip_pipeline: support VXLAN encap Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-10-12 | Cristian Dumitrescu | pipeline: add VXLAN encap table action Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-08-07 | Cristian Dumitrescu | examples/ip_pipeline: fix RSS Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-26 | Cristian Dumitrescu | examples/ip_pipeline: add example script for RSS Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-25 | Cristian Dumitrescu | net/softnic: add command for default tmgr hierarchy Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-25 | Cristian Dumitrescu | net/softnic: add command for tmgr hierarchy commit Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-25 | Cristian Dumitrescu | net/softnic: add command for tmgr node addition Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-25 | Cristian Dumitrescu | net/softnic: add command for tmgr shared shaper Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-25 | Cristian Dumitrescu | net/softnic: add command for tmgr shaper profile Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-25 | Cristian Dumitrescu | net/softnic: add command for tmgr create Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-07-12 | Cristian Dumitrescu | net/softnic: add run API Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-02-19 | Cristian Dumitrescu | meter: add configuration profile Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2018-02-14 | Cristian Dumitrescu | doc: announce mbuf sched field change Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: update library version Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: update copyright Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: apply cosmetic enhancements to API Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | apps: add mask-based hash functions Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rework cuckoo hash table Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rework 32-byte key hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rework 16-byte key hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rework 8-byte key hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rework variable size key lru hash table Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rework variable size key ext hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: add unified params struct and mask-based hash... Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: rename cuckoo hash table ops Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: remove deprecated variable size key lru hash... Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: remove deprecated variable size key ext hash... Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: remove deprecated 16-byte key hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | table: remove deprecated 8-byte key hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-24 | Cristian Dumitrescu | apps: remove calls to deprecated hash tables Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-20 | Cristian Dumitrescu | app/testpmd: add commands traffic metering and policing Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-20 | Cristian Dumitrescu | doc: add ethdev traffic metering and policing guide Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-20 | Cristian Dumitrescu | ethdev: add API for traffic metering and policing Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-20 | Cristian Dumitrescu | ethdev: add operation to get MTR ops Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-10-20 | Cristian Dumitrescu | ethdev: add flow action for metering and policing Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-08-08 | Cristian Dumitrescu | doc: announce API change for meter library Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-07-11 | Cristian Dumitrescu | ethdev: add traffic management API Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-07-11 | Cristian Dumitrescu | ethdev: add traffic management ops get API Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2017-05-11 | Cristian Dumitrescu | doc: announce API change for table library Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2015-08-15 | Cristian Dumitrescu | doc: announce ABI change for pipeline library Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
2015-08-15 | Cristian Dumitrescu | doc: announce ABI change for table library Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
commit | commitdiff | tree |
next |