Slashdot Mirror


Intel To Offer Custom Xeons With Embedded FPGAs For the Data Center

MojoKid (1002251) writes For years, we've heard rumors that Intel was building custom chips for Google or Facebook, but these deals have always been assumed to work with standard hardware. Intel might offer a different product SKU with non-standard core counts, or a specific TDP target, or a particular amount of cache — but at the end of the day, these were standard Xeon processors. Today, it looks like that's changing for the first time — Intel is going to start embedding custom FPGAs into its own CPU silicon. The new FPGA-equipped Xeons will occupy precisely the same socket and platform as the standard, non-FPGA Xeons. Nothing will change on the customer front (BIOS updates may be required), but the chips should be drop-in compatible. The company has not stated who provided its integrated FPGA design, but Altera is a safe bet. The two companies have worked together on multiple designs and Altera (which builds FPGAs) is using Intel for its manufacturing. This move should allow Intel to market highly specialized performance hardware to customers willing to pay for it. By using FPGAs to accelerate certain specific types of workloads, Intel Xeon customers can reap higher performance for critical functions without translating the majority of their code to OpenCL or bothering to update it for GPGPU.

54 of 80 comments (clear)

  1. To help prevent people from buying AMD and nVidia by ottawanker · · Score: 3, Insightful

    Intel Xeon customers can reap higher performance for critical functions without translating the majority of their code to OpenCL or bothering to update it for GPGPU

    In other words, to help prevent people from buying AMD and nVidia products.

  2. Code by Anonymous Coward · · Score: 1

    "By using FPGAs to accelerate certain specific types of workloads, Intel Xeon customers can reap higher performance for critical functions without translating the majority of their code to OpenCL or bothering to update it for GPGPU"

    LOL. But they will have to translate it to Verilog or VHDL, which is far harder.

    1. Re:Code by fuzzyfuzzyfungus · · Score: 3, Interesting

      My guess would be that the real perk is bandwidth and latency. Unless Intel really phones it in on integration, the FPGA should have about the fastest, lowest-latency, link to the CPU, possibly even some of the cache, especially if they throw in a big chunk of eDRAM, as they have for 'Iris Pro' parts, that money can buy.

      Less of a "Hey, let's do this instead of GPU compute!" and more of a "It sucks that our weirdo application-specific operation is probably never going to be one of Intel or AMD's extensions to x86; but this is the closest we can get to having it added" thing.

    2. Re:Code by ShanghaiBill · · Score: 3, Interesting

      LOL. But they will have to translate it to Verilog or VHDL, which is far harder.

      I suppose it depends on your skill set, but I find Verilog to be much easier than coding GPU pipelines. You just need to realize that you are not coding a program that will be sequentially executed, but a hardware description where everything happens at once. Anyway, these chips sound really slick, and I would definitely pay for a PC containing a CPU with some FPGA fabric instead of a standard X86.

    3. Re:Code by drinkypoo · · Score: 3, Informative

      My guess would be that the real perk is bandwidth and latency. Unless Intel really phones it in on integration, the FPGA should have about the fastest, lowest-latency, link to the CPU, possibly even some of the cache, especially if they throw in a big chunk of eDRAM, as they have for 'Iris Pro' parts, that money can buy.

      As usual, the slashdot post has the absolute worst story link. compare http://www.enterprisetech.com/... which gives you links to where it gets its info, namely https://communities.intel.com/... and http://gigaom.com/2014/06/18/i... ... the latter is the interesting link because it tells us that the FPGA will have access to main memory. I personally would presume that means it's tied into the memory controller somehow.

      Less of a "Hey, let's do this instead of GPU compute!" and more of a "It sucks that our weirdo application-specific operation is probably never going to be one of Intel or AMD's extensions to x86; but this is the closest we can get to having it added" thing.

      What I began fantasizing about immediately upon reading the article was some sort of optimizer that would semi-automatically build functional units to perform whatever function the CPU was grinding on at the moment, with some sort of recognition engine and periodic updates garnered from participating customers to help special-yet-common cases. As well, seeing how customers actually use FPGA with their products will help Intel decide what functionality to add to their next (or next+1, etc) processor.

      There are already options to add an FPGA to your Xeon system, with its own blob of RAM. Since they talk about this being fundamentally different, I'm not sure what makes sense except the idea of it being connected at the memory controller. Hopefully there will be a talk with some nice block diagrams released soon.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:Code by KingOfBLASH · · Score: 1

      Yes but some applications, like High Frequency Trading focus solely on speed.

      If this proves faster than GPU programming, I can see a lot of people heading in that direction...

    5. Re:Code by drinkypoo · · Score: 1

      There are already network cards equipped with FPGAs to cut the latency down for such liquidity harvesting.

      Making a general-purpose processor that people use where they used to use a bunch of custom kit is kind of intel's thing. Every so often they try making a specific-purpose processor and then they always return to generalization. This is pretty much the epitome of that trend, now they're not even telling you what the hardware will do.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:Code by complete+loony · · Score: 2

      Bingo. Imagine an LLVM based optimisation pass that uses profiling data to take a hot code block and translate it to run on the FPGA. Anywhere in your implementation where the CPU core is the bottleneck, rather than memory access. And since it's in the CPU, you could shift from running x86 instructions to raw hardware without the complexity and latency increase of piping data to a GPU or other external device.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    7. Re:Code by Anonymous Coward · · Score: 1

      LOL. But they will have to translate it to Verilog or VHDL, which is far harder.

      I suppose it depends on your skill set, but I find Verilog to be much easier than coding GPU pipelines. You just need to realize that you are not coding a program that will be sequentially executed, but a hardware description where everything happens at once. Anyway, these chips sound really slick, and I would definitely pay for a PC containing a CPU with some FPGA fabric instead of a standard X86.

      You don't have to close timing on an actual circuit when programming GPU. You write your program and off you go.

      That is why programming an FPGA is way harder.

    8. Re:Code by complete+loony · · Score: 1

      Any way you set it up, your going to need OS support to reconfigure the FPGA. Perhaps a well defined section in the ELF format, with some kind of locking semantics to prevent more than one process from using it. That would depend on how many FPGA resources / CPU cores you have....

      Anyone who is going to spend the money to buy and use these CPU's, will have to solve this problem. For the short term, this is likely to only be used in high end clustered server farms, for workloads where you wouldn't want to swap jobs very often anyway.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    9. Re:Code by Lennie · · Score: 1

      My guess would be this is for I/O.

      These customers have lots of I/O that, if you can do high performance optimized operations on a general CPU how useful would that be ?

      Think of something like liberouter or NetFFPGA embedded on the CPU die.

      Or maybe the FPGA is used to implement calculations like crypto and hashes like CRC32C. Instead of building them into the silicon, why not make it possible to do research by loading new versions of it.

      Maybe you just need to look around on the Internet what other companies are doing with these, it might also give you hints:
      http://www.embedded.com/electr...

      --
      New things are always on the horizon
    10. Re:Code by complete+loony · · Score: 1

      Since this is in the CPU die, it can't add to the I/O throughput of the CPU, unless the code you're running isn't fast enough to saturate the memory bus. Even if your code is saturating I/O you might want to use an FPGA to reduce power consumption.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    11. Re:Code by Lennie · · Score: 1

      It depends on what is connected to the FPGA, it could also be connected to the PCI-bus, but I guess you are right.

      --
      New things are always on the horizon
  3. This could be cool by nurb432 · · Score: 1

    *IF* its not some lame, slow, tiny array.. and if you get full access to it ( HDL or something )

    --
    ---- Booth was a patriot ----
  4. Re:To help prevent people from buying AMD and nVid by Austerity+Empowers · · Score: 4, Interesting

    No ignore that entire last sentence, it's dumb. FPGAs don't do floating point very well for one and even their integer performance will never rival a GPGU either in performance, or power. For another, I can and do, use both FPGAs and OpenCL/GLSL in my daily life and would infinitely prefer to port my functions to OpenCL over an FPGA. It's quite a bit more work to synthesize and validate an FPGA design than it is to write OpenCL code and debug the usual way.

    I think it's far more likely customers are implementing custom hardware solutions using the FPGA related to power management, server management and datastructure infrastructure that can only be done with an FPGA in certain power domains. I say this having designed servers and dealt with the feature requests.

  5. what? by dmbasso · · Score: 2

    By using FPGAs to accelerate certain specific types of workloads, Intel Xeon customers can reap higher performance for critical functions without translating the majority of their code to OpenCL or bothering to update it for GPGPU.

    What? This doesn't make sense. Unless Intel invented a way to automatically generate parallel code (in which case it could also be used in GPUs), somebody would have to rewrite the relevant parts of the program in VHDL, Verilog, OpenCL, or whatever.

    --
    `echo $[0x853204FA81]|tr 0-9 ionbsdeaml`@gmail.com
    1. Re:what? by Hadlock · · Score: 1

      If you're paying $$ for custom Intel processors, you probably already have a way to leverage a particular function in parallel on the CPU

      --
      moox. for a new generation.
    2. Re:what? by st3v · · Score: 1

      I see this as a really good thing. More options for parallel computing are great. Writing the parallel parts in VHDL/Verilog isn't too bad if you studied computer/electrical engineering. This is a good technology to compete with GPUs. To me, writing parts in Verilog for parallel data computations would be easier than using OpenCL and similar. I'm sure the development tools would be updated for this kind of support.

    3. Re:what? by dmbasso · · Score: 1

      I agree it is a good thing. IIRC, Altera even made a tool for synthesis from OpenCL (great for me, as I don't know VHDL and Verilog).

      I'm in particular interested in that Parallella board (http://www.parallella.org/), but they're out of stock, and I've been the queue for months without a response.

      --
      `echo $[0x853204FA81]|tr 0-9 ionbsdeaml`@gmail.com
    4. Re:what? by m00sh · · Score: 1

      By using FPGAs to accelerate certain specific types of workloads, Intel Xeon customers can reap higher performance for critical functions without translating the majority of their code to OpenCL or bothering to update it for GPGPU.

      What? This doesn't make sense. Unless Intel invented a way to automatically generate parallel code (in which case it could also be used in GPUs), somebody would have to rewrite the relevant parts of the program in VHDL, Verilog, OpenCL, or whatever.

      I would assume the FPGA part of the CPU would be programmed in VHDL. Once programmed, it would act like a set of custom instruction sets in the CPU.

      Simple example. An operation like a bit circling (10010 -> 00101 move the bits one step to the left and move the first bit to the end getting 00101) is very inefficient. You can left shift but the first bit falls of and then you have to and it and then put in the end. A lot of operations. A custom FPGA operation to do just that could be just one instruction and would speed up a lot of programs.

      Of course, that is a super super simple example. You could take an algorithm, analyze where it spends most of its time and turn in into "silicon" because FPGAs can be huge in capacity.

      I'm assuming here running as single core CPU. Maybe one of the cores will be responsible for the FPGAs and can do parallel execution.

    5. Re:what? by dmbasso · · Score: 1

      I would assume the FPGA part of the CPU would be programmed in VHDL.

      Yes, that's the obvious reasoning. And that's certainly interesting enough on its own. But the summary said

      [...]for critical functions without translating the majority of their code[...]

      Somebody has to do the translation, agree?

      --
      `echo $[0x853204FA81]|tr 0-9 ionbsdeaml`@gmail.com
    6. Re:what? by complete+loony · · Score: 1

      IMHO hardware design tools have had far less investment than compiler tools, and we're overdue to invest more effort in improving them.

      Since the FPGA is in the CPU, I assume there are either CPU instructions to pipe data in and out of the FPGA. Or the FPGA may have direct access to the memory controller / cache. Either way you need a good way to synchronise between them.

      So consider a solution that takes LLVM bitcode and runtime profiling data. Pick out some number of hot code blocks in an optimisation pass, translate the data flow into VHDL (or write something better....) build that, calculate the final circuit timing, replace the code block with new LLVM intrinsics to hand over control, then in the back end emit the new CPU instructions.

      Obviously you'll also need to modify the operating system to manage the configuration of the FPGA, and ensure that you don't blow up the chip by running the wrong code at the wrong time.

      But I think there is plenty of scope to implement something like this. There just hasn't been a need to build the tools before now.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    7. Re:what? by jimmydevice · · Score: 1

      It's called rotate, and MOST CPU's can do it.

  6. OMG I WANT! by BitZtream · · Score: 1

    As a hardware hacker, god I want one of these. On chip reprogramable DSP!? While it's a niche market, I'd love to get my hands on some, and not have to give up my favorite OS or build custom boards to do signal processing.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:OMG I WANT! by nurb432 · · Score: 1

      I tend to agree and will want one or 2 myself, but it still wont be quite as cool for hardware people, as you dont have any "programmable" pins hanging off this thing..

      --
      ---- Booth was a patriot ----
    2. Re:OMG I WANT! by Bill_the_Engineer · · Score: 1

      Or you could just run out and buy yourself a Virtex FPGA.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    3. Re:OMG I WANT! by dargaud · · Score: 1

      Yes, I do data acquisition, and we only use board with FPGAs, such as Xilinx' offerings. This way we don't have to deal with the horrors of real-time OSes. Just do the acquisition in VHDL and send the buffer to the OS via a simple to write driver. Those would blow Xilinx out of the water (not that it's necessary for most low-power low-speed applications)

      --
      Non-Linux Penguins ?
    4. Re:OMG I WANT! by Anonymous Coward · · Score: 1

      Looks like you misspelled Stratix.

      Actually the Virtex parts are faster (IO, at least) and larger, but Altera has OpenCL and. IMO, a much better toolchain than Xilinx. Xilinx has some awesome technology for 2.5D interposer hybrids which is bringing the scale up and the cost of scale down, but Altera has Intel 14nm trigate for their upcoming Stratix 10 parts, which may mean they are faster than Virtex 7.

  7. Perfect for High Frequency Trading platforms by JoeyRox · · Score: 1

    Dedicated FPGA HFT cards are ridiculously expensive. I wonder how integrated the FPGA will be in terms of interconnects with PCIE and the Xeon caches.

  8. Re:To help prevent people from buying AMD and nVid by Austerity+Empowers · · Score: 1

    s/datastructure/datacenter/

    caffeine, it's what should have been for breakfast.

  9. Three Words by jtara · · Score: 2

    High-Frequency Trading

  10. Re:To help prevent people from buying AMD and nVid by ShanghaiBill · · Score: 4, Informative

    FPGAs don't do floating point very well for one and even their integer performance will never rival a GPGU either in performance, or power.

    Sure, and a hammer makes a terrible screwdriver. GPUs are specifically designed for register-to-register SIMD operations, so of course they are going to excel at that. But an FPGA is going to be better at bitstream operations, including many hashing and encryption algorithms.

  11. Re:Strange duck by fuzzyfuzzyfungus · · Score: 1

    Given that Intel added AES-NI without a ripple several years ago, and somewhat similar crypto acceleration functions were available on Geode LXes and some fairly antique VIA x86 cores(and very likely a lot of embedded stuff that was too feeble for much software crypto, albeit probably not exposed to anybody who hadn't sold their soul to qualcomm for BREW elite developer status or something), probably not many beyond whatever ones apply by default to all kinds of things.

    As a matter of policy, the feds of the world appear to have largely recognized that the cat is out of the bag on strong crypto, algorithms and software move too easily, and doing it in software is too fast (for common purposes, obviously terminating a massive number of TLS connections or something isn't for the faint of heart).

    They've not been shy about mandating 'lawful intercept' features, cultivating access to trusted links in the system, and ensuring that the overall level of security remains low; but the "Put your head in the sand and pretend that keys longer than 56 bits don't exist!" theory of regulation is largely a relic.

  12. Re:To help prevent people from buying AMD and nVid by Bengie · · Score: 2

    GPUs are primarily being used because everyone has one. FPGAs are about 10x faster and consume about the same amount of power as a GPU for stuff like bitcoin. the problem is the up-front cost and trust issues from the companies that make these pre-built FPGA boards.

  13. Re:Strange duck by TechyImmigrant · · Score: 2

    > pretend that keys longer than 56 bits don't exist!" theory of regulation is largely a relic.

    But the law still sets a limit at 64 bits and requires you to get an export license for anything beyond.
     

    --
    I should use this sig to advertise my book ISBN-13 : 978-1501515132.
  14. Re: To help prevent people from buying AMD and nVi by Anonymous Coward · · Score: 1

    Dude, Altera FPGAs already do OpenCL (says me, a guy who helped implement it).

  15. SoC, FPGA Development by volvox_voxel · · Score: 5, Interesting

    I have a friend in that in graduate school used a motherboard that could take an Altera FPGA in one of the Xeon sockets. This seems like the next logical step; hopefully it's not too expensive so that the hardware is accessible to hobbiest/engineers. I am happy that both Xilinx and Altera offer cheap development boards so that we can play with the new offerings. It's easier to convince a boss to use it if we're familiar with it. (hint hint, wry grin)

    I use the zynq processor at my job, and am very happy with the amount of flexibility you can get out of an embedded system having access to the FPGA and processor fabric; you can directly access gigasample ADC's, etc. When I first got into embedded systems on an FPGA, the processor was a soft-IP and not terribly fast. Both Xilinx and Altera now offer ARM processors that run up to 1GHZ. The amount of system flexibility is great. You can make major architectural choices without changing the hardware. You might have a data-path, or computation that is simply too intensive for a processor to handle.. You have the flexibility to port this portion to the logic side. If you're in a rapid prototyping mode and are constrained by board size and mechanical packaging constraints, FPGAs are great.

    Debugging SoC still has it's challenges though. It's easy to program FPGAs, and easy to program the microprocessor. The tools are still a little clunky from Xilinx or Altera to handle their hybrid SoC parts. There is still work to be done to make them work more seamlessly.

  16. Custom hardware malware, factory direct to you by Nkwe · · Score: 2

    Think of the fun that could be had with this. Fits in the same socket and does who knows what.

    1. Re:Custom hardware malware, factory direct to you by Gothmolly · · Score: 1

      Custom NSA snooper/decrypter, running at the hardware level.

      --
      I want to delete my account but Slashdot doesn't allow it.
  17. Re:To help prevent people from buying AMD and nVid by itzly · · Score: 1

    Of course, bitcoin mining using the SHA256 hash which is not a typical application for a GPU. It involves a lot of shuffling at the bit level, which a GPU was not designed for. For some other workloads, involving standard math operations, or large amounts of memory bandwith, the GPU will likely be faste.r

  18. Re:Strange duck by fuzzyfuzzyfungus · · Score: 1

    True, though you'll note that many of the changes in the linked document refer to loosening after encryption systems were removed from 'munitions' classification and assorted expansions of 'self-report', new categories with reduced reporting requirements, and so on.

    I have no doubt that the amount of paperwork require to fully comply with the law in exporting something every war3z kiddie in Iran already has is still silly, and I don't doubt that there's a cube somewhere in Intel Inc. whose salary is justified by filling it out; but this isn't the big flap over PGP era. I'm not sure that the regulations will ever die off entirely, especially the stuff governing large outfits, since the marginal cost of one extra form is so low; but as a matter of strategy direct attacks on cryptographic systems have substantially faded (since you can't keep software away from criminals, and you can't bank safely with stuff law enforcement can easily brute force) in favor of RIPA/CALEA style legislative compromises.

  19. what about the ram / pci-e lanes that are socket by Joe_Dragon · · Score: 1

    what about the ram / pci-e lanes that are part of the socket?

    Maybe in 4 way boards or some 2 socket boards.

    2 socket broads can work with only 1 cpu. But what will they do when they see a filled socket but no ram and no PCI-E io?

  20. This explains it by viperidaenz · · Score: 1

    This explains why Intel was selling fab time to an FPGA vendor.

  21. Re:Great for special topologies and interconnects by viperidaenz · · Score: 1

    How can they be used for interconnects?
    The CPU fits in the same socket an existing Xeons.

    Looks more like a way to compete with AMD+GPU with just an Intel CPU.

  22. Re:what about the ram / pci-e lanes that are socke by viperidaenz · · Score: 1

    I don't know what you're talking about here
    They're not selling FPGA's in an Intel socket. They're selling Xeon CPU's with integrated FPGA's.

  23. old timer here... by Larry_Dillon · · Score: 1

    Image a Beowulf cluster of these!

    --
    Competition Good, Monopoly Bad.
  24. Re: To help prevent people from buying AMD and nVi by Austerity+Empowers · · Score: 1

    That's great, so they're going to port their code to Open CL, then run it on your FPGA? Why not just buy a GPU and plug it in?

    If they're really set on your FPGA, why not buy a PCIe attached version of your FPGA? Xilinx has them and they go up to pcie v3 x8? What about power? Datacenters care, FPGAs are going to use more power. Why is this a good idea?

  25. Intel have done this before... and here's the snag by Dogtanian · · Score: 3, Informative

    Intel has already come up with an Atom CPU with integrated FPGA, but only for the embedded market.

    I'd already been thinking about the possibility of end-user-accessible, on-the-fly-reprogrammable FPGA functionality as part of a "regular" computer before I heard Intel had produced an integrated CPU/FPGA (though it's not clear how easily configurable the FPGA was there). I raised the issue in that previous thread and got a *very* interesting and informative response (thank you Tacvek) that pointed out some major problems with the concept of general access to such functionality.

    The issues raised there explain why Intel are unlikely to be making an easily-reconfigurable hybrid product like this available to the general public any time soon, however smart and exciting the idea sounds.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  26. Two words: by kheldan · · Score: 1

    'Cryptocoin mining'.

    --
    Are YOU using the TOOL, or is the TOOL using YOU? Think about it!
  27. Re:To help prevent people from buying AMD and nVid by Eunuchswear · · Score: 1

    So, does the FGPA "code" get swapped on a context switch?

    --
    Watch this Heartland Institute video
  28. Re:To help prevent people from buying AMD and nVid by Forever+Wondering · · Score: 1

    Some workloads perform much better on an FPGA, notably, realtime encoding/compression of HD H.264 video. I know because I've worked on such a broadcast quality encoder [currently being used by some major distribution outlets]. While you're right that it's harder to program an FPGA [in particular, validate the design], the performance gains can be huge. In particular, calculating motion vectors gets a win.

    Note that H.264 DCT's are integer ones. And, with Intel's hybrid/onchip implementation, the FPGA logic could have access to the CPU's SIMD FP hardware. With Intel's hafnium and trigate technologies, adding the FPGA won't consume that much additional power.

    Also note the benefits for search in an article just published today: http://arstechnica.com/informa...

    --
    Like a good neighbor, fsck is there ...
  29. HF Trading by smcdow · · Score: 1

    I bet HF trading ends up being a prime market for this technology.

    --
    In the course of every project, it will become necessary to shoot the scientists and begin production.
  30. Customer Instructions by ThermalRunaway · · Score: 1

    I hope they allow customer instructions like the NIOS soft CPU in Altera FPGAs. This lets you create customer HW to implement some function at the ISA level... Altera lets you do single or multi cycle return. And auto generates either an instruction for ASM use or some stubs for C. It really is super useful.

  31. Privacy? Yeah, we've heard of it. by VinylPusher · · Score: 1

    "Bob, we're glad you Intel boys have finally come around".
    "Hi Jeff. Yeah, well we just about got the marketing boys convinced enough to run with it. They managed to find an angle that flies pretty well. Gets us off the hook and gets your boys into a heck of a lot of servers!"
    "Hey, it's a win-win so far as I'm concerned. Wish it could have been sooner though, but what with all this pressure from the purse-holders, we couldn't bankroll it for you".
    "Times are getting tough, huh? It wasn't that long ago you NSA boys had infinitely deep pockets".
    "The times we live in, Bob. What can you do?".
    "You need any help with the rootkit code? Some of our wizards are pretty good"
    "Thanks, Bob, but we already have it covered".